"New" > "Database Connection"."/> "New" > "Database Connection".">
In Oracle DBMS, you can open the Oracle database through the SQLPlus command line tool or the Oracle SQL Developer GUI tool. The SQLPlus command is "sqlplus" and Oracle SQL Developer can be opened through "File" > "New" > "Database Connection".
Where to open the Oracle database
Answer: In the Oracle Database Management System (DBMS) ) can be opened through the SQL*Plus client tool or the Oracle SQL Developer GUI tool.
SQL*Plus
sqlplus
Oracle SQL Developer
In the "New Database Connection" dialog box, enter the following information:
jdbc:oracle:thin:@localhost:1521:orcl
). The above is the detailed content of Where to open oracle database. For more information, please follow other related articles on the PHP Chinese website!