Database

To download Oracle Database click here.



After complete download...
Install OracleXE.exe
Description of welcome.gif follows
Next

Description of install_folder.gif follows
If you want to change database default home location click Browse... Button or press Next

Description of passwords.gif follows
Enter password and confirm it.

Description of summary.gif follows
Click on Install

After complete Instillazition
Go to Start >> All Programm >> Oracle Database 10g Express Edition >> Run SQL Commend Line

A black window is open as like windows dos window.

CONN hr/hr@xe

If not connected please try this
CONN says/sys@xe as sysdba;

ALTER user hr identified by hr account unlock;

CONN hr/hr@xe





No comments:

Post a Comment

ORA-01436: CONNECT BY loop in user data

            SELECT CASE                      WHEN CONNECT_BY_ISLEAF = 1 THEN 0                      WHEN LEVEL = 1 THEN 1                   ...