To connect rest of the computer with a server controlled by only DBA (Database Administration)
DBA's role: One source, database controller
Purpose :
To connect the rest of
the computer with a server controlled by only DBA
Step 1
Step 1
Step 1
Create a personal account by using of sys
Sys is a basic account assigned when we create an account in SQL
The basic sys SQL file will be saved D drive
Order sentence in worksheet
Create user (ID)
Identified by “ “
Default tablespace users
Quota unlimited on users;
Grant creates session to (ID)
Grant source to (ID)Grant connect to (ID)
Step 2
- DBA Connect with other computers and server
- Connect with the other computer using of order sentence and grant authorization with resource/connection
- DBA will make a final connection with the server by pushing a Green + button
4. A new database connection needs an account (newly created) and a unique IP number to connect with the server.
Order sentence for 2-2
Create a user (ID)
Identified by “ “
Default tablespace users
Quota unlimited on users;
Grant session to (ID)
Grant source to (ID)
Grant connect to (ID)
Comments
Post a Comment