Home > database >  Oracle installed, has been with the company server database PLSQL, now want to use their own company
Oracle installed, has been with the company server database PLSQL, now want to use their own company

Time:10-03

How to log your oracle database is created

CodePudding user response:

Install the Oracle client or server
?The client does not have its own library, still need to install the server
General installation on the server after a TNS (former general)
PLSQL connection
User:
Password:
The database: former

Or directly
User:
Password:
The database: IP: 1521/former

CodePudding user response:

Can according to the method of 1 #, written in the form of IP/instance_name, also can configure tnsnames. Ora file, select the database directly from the database;

CodePudding user response:

service name enter IP + service name

CodePudding user response:

Want to own SQL database

CodePudding user response:

If it is, as long as you build a tablespace

CodePudding user response:

Connected to its own database?
Then build your own database
Then select the corresponding service name, connection can

CodePudding user response:

Log on to their database, user name + password + database directly with PLSQL sid,
Or in the CMD command: up sqlplus username/password @ database sid
  • Related