SnapManager Oracle
본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.

SMO 프로필 확인 명령

기여자

프로필 확인 명령을 실행하여 프로필 설정을 확인할 수 있습니다. 이 명령을 실행하기 전에 데이터베이스를 마운트해야 합니다.

구문

        smo profile verify
-profile profile_name
\[-quiet \| -verbose\]

매개 변수

  • * -프로파일 *

    확인할 프로파일을 지정합니다. 프로파일에는 데이터베이스의 식별자와 기타 데이터베이스 정보가 들어 있습니다.

  • * -저소음 *

    콘솔에 오류 메시지만 표시합니다. 기본값은 오류 및 경고 메시지를 표시하는 것입니다.

  • * - 자세한 정보 표시 *

    콘솔에 오류, 경고 및 정보 메시지를 표시합니다.

다음 예에서는 프로파일을 확인합니다.

smo profile verify -profile profileA -verbose
 [ INFO] SMO-13505: SnapDrive environment verification passed.
[ INFO] SMO-13507: JDBC verification for "OS authenticated: NEWDB/hostA.rtp.com" passed.
[ INFO] SMO-13506: SQLPlus verification for database SID "NEWDB" passed.  Environment: [ORACLE_HOME=E:\app\Administrator\product\11.2.0\dbhome_1]
[ INFO] SMO-07431: Saving starting state of the database: Database[NEWDB(OPEN)], Service[RUNNING].
[ INFO] SMO-07431: Saving starting state of the database: Database[NEWDB(OPEN)], Service[RUNNING].
[ INFO] SD-00016: Discovering storage resources for F:\.
[ INFO] SD-00017: Finished storage discovery for F:\.
[ INFO] SD-00016: Discovering storage resources for F:\.
[ INFO] SD-00017: Finished storage discovery for F:\.
[ INFO] SD-00016: Discovering storage resources for H:\.
[ INFO] SD-00017: Finished storage discovery for H:\.
[ INFO] SD-00016: Discovering storage resources for G:\.
[ INFO] SD-00017: Finished storage discovery for G:\.
[ INFO] SD-00016: Discovering storage resources for I:\.
[ INFO] SD-00017: Finished storage discovery for I:\.
[ WARN] SMO-05071: Database profile HADLEY is not eligible for fast restore:  Restore Plan:
  Preview:

    The following components will be restored completely via: host side file copy restore
      F:\NEWDB\SYSAUX01.DBF
      F:\NEWDB\SYSTEM01.DBF
      F:\NEWDB\UNDOTBS01.DBF
      F:\NEWDB\USERS01.DBF

  Analysis:

    The following reasons prevent certain components from being restored completely via: storage side file system restore
      * Files in file system F:\ not part of the restore scope will be reverted.
    Components not in restore scope:
      F:\_TESTCLN\CONTROL01.CTL
      F:\_TESTCLN\REDO_1.LOG
      F:\_TESTCLN\REDO_2.LOG
      F:\_TESTCLN\REDO_3.LOG
    Components to restore:
      F:\NEWDB\SYSAUX01.DBF
      F:\NEWDB\SYSTEM01.DBF
      F:\NEWDB\UNDOTBS01.DBF
      F:\NEWDB\USERS01.DBF

  * Reasons denoted with an asterisk (*) are overridable.

[ INFO] SMO-07433: Returning the database to its initial state: Database [NEWDB(OPEN)], Service[RUNNING].
[ INFO] SMO-13048: Profile Verify Operation Status: SUCCESS
[ INFO] SMO-13049: Elapsed Time: 0:19:06.949
Operation Id [N5bc18bd5c3be27a795ce3857093a926a] succeeded.
  • 관련 정보 *