Collections:
Select an Oracle System ID (SID) in Oracle
How To Select an Oracle System ID (SID) in Oracle?
✍: FYIcenter.com
This is Step 1. If you are planning to create a new database, you need to select an Oracle System ID (SID). This ID will be used to identify the new Oracle database and its Oracle instance. SID must be unique if you want to run multiple databases on a single server.
Let's set SID for the new database to be: FYI.
⇒ Establish Administrator Authentication to the Server in Oracle
⇐ Create an Oracle Database Manually in Oracle
2019-04-03, 3655🔥, 0💬
Popular Posts:
What is dba.FYIcenter.com Website about? dba.FYIcenter.com is a Website for DBAs (database administr...
What Is the Difference Between GETDATE() and GETUTCDATE() in SQL Server Transact-SQL? The difference...
How To Find Out What Privileges a User Currently Has in Oracle? Privileges granted to users are list...
How To Update Multiple Rows with One UPDATE Statement in SQL Server? If the WHERE clause in an UPDAT...
How To Drop an Index in Oracle? If you don't need an existing index any more, you should delete it w...