SQL*Plus

SQL*PLUS 기동시 WARNING MESSAGE 처리

OEasy 2006. 10. 30. 20:07
 
BULLETIN CATEGORY
BULLETIN TOPIC
: SQL*Plus       
: SQL*PLUS 기동시 WARNING MESSAGE 처리

SQL*PLUS 를 기동할때 다음과 같은 경고 MESSAGE가 나타나는 경우가 있다.          
        
$ sqlplus scott/tiger        
SQL*Plus: Release 3.1.2.3.1 - Production on Tue Aug 30 17:07:36 1994        
Copyright (c) Oracle Corporation 1979, 1992.  All rights reserved.        
        
Warning:  Product user profile information not loaded!         
Error in disabling roles in product user profile.            
        
Connected to:        
ORACLE7 Server Release 7.0.15.4.0 - Production        
With the procedural and distributed options        
PL/SQL Release 2.0.17.1.0 - Production        
        
* 이 경고 MESSAGE는 사용자나 DBA 가  SQL*PLUS 를 사용하는데 방해가 될수 있기  때문에 다음과 같은 방법으로 제거 한 후 사용한다.       
       
     * Unix 의 경우       
            $ cd $ORACLE_HOME/sqlplus/admin       
           $ sqlplus system/manager      
           SQL >  start pupbld       

    * OpenVMS 의 경우      
  ORA_SQLPLUS_DEMO:V7PUP.SQL 를 SQL*PLUS  SYSTEM 사용자로 LOGIN하여 실행.      

       
    *  Windows 의 경우      
   c:\orawin\plus31\pupbld.sql 를 SQL*PLUS  SYSTEM 사용자로 LOGIN 하여 실행. 
 


Oracle Korea Customer Support Technical Bulletins