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.
⇒ Create a Server Parameter File in Oracle
⇐ Create an Initialization Parameter File in Oracle
2019-04-03, 4534🔥, 0💬
Popular Posts:
How To Update Multiple Rows with One UPDATE Statement in SQL Server? If the WHERE clause in an UPDAT...
How to download and install the scaled-down database AdventureWorksLT in SQL Server? If you want to ...
How To Download Oracle Database 10g XE in Oracle? If you want to download a copy of Oracle Database ...
Where Is the Export Dump File Located in Oracle? If you are not specifying the dump directory and fi...
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...