Oracle11g-Oracle 소개

2532 단어
Oracle11g의 이점
    ,          
         :sybase、Oracle、db2 
         :mysql、SqlServer、infomix 
         :Access、Visual Foxpro
               (ORDBMS)
    ,       、      、                 
                    
     、             
     、         
     ,   10g          

 
Windows의 Oracle11g 서비스
     ,   “  ” ,  Oracle       。      Oracle,      TNSListener、OracleServiceOrcl     。
     ,  lsnrctl start;
         ,  net start oracleserviceorcl。

 
마운트 해제
1、   Universal Installer     Oracle  
2,           (  windows   ,     ) 
HKEY_LOCAL_MACHINE\SOFTWARE\Oracle
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Se rvices\Eventlog\Application\ oracle
(3)HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Se rvices\ oracle
(4)HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Servic es\ oracle
(5)HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Servic es\ oracle 3, Oracle 4, , Oracle

 
Oracle11g 액세스 도구
1,SQL*Plus --  
2,EM --  https://localhost:1158/em   
3,SQL Developer
4,PL Sql/developer --    
5,TOAD

일반적인 SQL Plus 명령
1,connect --    
2,show user --      
3,clear screen --  
4,spool --  SQL  
5,edit 
6,set time on  --SQL>      set time off    
7,show error --          
8,host   --  DOS  
9, @d:\1.sql  --  SQL    

 
암호 잊음 암호 수정
      cmd,        sqlplus /nolog
connect / as sysdba
alter user sys identified by    ;
alter user system identified by    ;
alter user SCOTT identified by    ;

 
ORA-28000: the account is locked-의 해결 방법
sqlplus /nolog
conn sys/sys as sysdba;
alter user SCOTT account unlock;
commit;

좋은 웹페이지 즐겨찾기