evergrean100
Technical User
I just installed and created a new Oracle 9i database on my Windows Workstation. I am using Sys to log in as sysdba.
I see there are many example schemas that were already built but I now want to create my own user/schema.
Please advise what the commands are to do this?
I assume this is correct but dont I need to create the user account first and also need priviledges to create, modify, delete tables in the new schema:
CREATE SCHEMA myfirst AUTHORIZATION myfirst;
I see there are many example schemas that were already built but I now want to create my own user/schema.
Please advise what the commands are to do this?
I assume this is correct but dont I need to create the user account first and also need priviledges to create, modify, delete tables in the new schema:
CREATE SCHEMA myfirst AUTHORIZATION myfirst;