要使用SQL Developer連接到Oracle數據庫,請按照以下步驟操作:
首先,確保已經安裝了Oracle SQL Developer。如果尚未安裝,請訪問Oracle官方網站下載并安裝。
打開Oracle SQL Developer。
在左側的“Connections”面板中,單擊綠色的加號圖標(新建連接)。
在“New / Select Database Connection”對話框中,輸入以下信息:
示例:
Connection Name: My Oracle DB
Username: my_user
Password: my_password
Connection Type: Basic
Hostname: 192.168.1.100
Port: 1521
Service Name: orclpdb1
單擊“Test”按鈕以測試連接是否成功。如果看到“Successfully made the connection to the database”消息,則表示連接成功。
單擊“Save”按鈕保存連接設置。現在,您應該可以在“Connections”面板中看到新創建的連接。
雙擊新創建的連接以連接到Oracle數據庫。現在,您可以使用SQL Developer查詢、管理和開發Oracle數據庫了。