Oracle Installing...
Oracle Installing...
Oracle Software
Downloading Oracle Database Software :-
Open www.oracle.com
Click On “Products” Menu
Select “Oracle Database”
Click on “Download Oracle Database 19c”
[OR] Click on this link
https://www.oracle.com/database/technologies/oracle-database-
software-downloads.html#19c
You will be redirected to the login Screen in order to download the file.
Enter “Sign in” details if you have oracle account .if don’t have
Oracle account create it by clicking on “Create Account” and ✏️
Enter “Sign in” Details
Password:-techbuzzit
Create User as Following:-
Syntax :- Example :-
Note:-
While Installing we can find check box (create as container database)
If we De select we can acesss as local user.
If u select we can acesss as 2 users
( Local and Comman User(global) )
Modifying Password:
Syntax:
ALTER USER <user_name>
IDENTIFIED BY< new_password > ;
NOTE: give password in alphanumerics only
Example:
Login as DBA
ALTER USER c##batch11pm IDENTIFIED BY shashi;
Dropping User:
Syntax:
Example:
Log in as Following:
Username : sys as sysdba
Password- .............................. [don’t enter any password.press enter key]
SQL> Alter user system identified by techbuzzit ;
“techbuzz” is new password.