Collections:
Connect to Oracle Server as SYSDBA in Oracle
How To Connect the Oracle Server as SYSDBA in Oracle?
✍: FYIcenter.com
This is Step 4. The best way to connect to the Oracle server as an administrator is to use SQL*Plus. You need to run SQL*Plus with /nolog option and use the CONNECT with blank user name, blank password and AS SYSDBA option. Here is a sample session:
>cd $ORACLE_HOME >.\bin\sqlplus /nolog SQL> CONNECT / AS SYSDBA Connected.
2019-04-03, 819👍, 0💬
Popular Posts:
Where to find answers to frequently asked questions on Downloading and Installing SQL Server 2005 Ex...
How To Import One Table Back from a Dump File in Oracle? If you only want to import one table back t...
How To Select Some Specific Columns from a Table in a Query in SQL Server? If you want explicitly te...
Where to find answers to frequently asked questions on Oracle basic concepts? I am new to Oracle dat...
How To List All Login Names on the Server in SQL Server? If you want to see a list of all login name...