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 nameCodePudding user response:
Want to own SQL databaseCodePudding user response:
If it is, as long as you build a tablespaceCodePudding 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