Collections:
Establish Administrator Authentication to the Server in Oracle
How To Establish Administrator Authentication to the Server in Oracle?
✍: FYIcenter.com
This is Step 2. There are two ways to establish administrator authentication to a new database.
Using OS authentication is easier on Windows system. If you used your own Windows user account to install Oracle server, it will put your Windows user account into a special Window's user group called SYSDBA. This Window's user group will be fully trusted by Oracle server with SYSDBA privilege.
To continue with other steps, make sure you logged into the Windows system with a user account in the SYSDBA group.
⇒ Create an Initialization Parameter File in Oracle
⇐ Select an Oracle System ID (SID) in Oracle
2019-04-03, 3024🔥, 0💬
Popular Posts:
How To Get Year, Month and Day Out of DATETIME Values in SQL Server Transact-SQL? You can use DATEPA...
What Are the Underflow and Overflow Behaviors on FLOAT Literals in SQL Server Transact-SQL? If you e...
What Are the Differences between DATE and TIMESTAMP in Oracle? The main differences between DATE and...
How To Count Rows with the COUNT(*) Function in SQL Server? If you want to count the number of rows,...
How To Divide Query Output into Multiple Groups with the GROUP BY Clause in SQL Server? Sometimes, y...