简体   繁体   中英

How to connect to a database with Oracle SQL Developer

I need to connect to a database with Oracle SQL-Developer .

What I know from the DB is the Instance name and a Database Role.

How do I connect to the database or what more information do I need?

Oracle has excellent documentation on creating connections in SQL Developer both within the application help, but also on their technology network website: OTN Getting Started with SQL Developer . This viewlet found on that page nicely walks you through the process Connect to Database .

You will need a username and password, the hostname and port, and a SID.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM