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 의 경우 |
Oracle Korea Customer Support Technical Bulletins |
'SQL*Plus' 카테고리의 다른 글
특정조건의 순서대로 번호를 부여하는 방법 (0) | 2006.10.30 |
---|---|
Salary가 많은 순서로 1위부터 5위까지 Fetch .. (0) | 2006.10.30 |
SQL, SQL*Plus를 사용하여 SQL Scripts를 동적으로 생성,수행. (0) | 2006.10.30 |
DATE TYPE 데이타의 효과적인 처리 방법 (0) | 2006.10.26 |
중복된 레코드 삭제방법 (0) | 2006.10.26 |