SQL :: CMD :: Tip :: 커맨드상에서 name라인 줄이기
·
Programing/SQL
C:\Documents and Settings\Administrator>cd\ C:\>net start OracleServiceorcl OracleServiceORCL 서비스를 시작합니다..................... OracleServiceORCL 서비스가 잘 시작되었습니다. C:\>sqlplus "sys/tiger as sysdba" SQL*Plus: Release 10.2.0.1.0 - Production on 목 11월 20 14:05:15 2008 Copyright (c) 1982, 2005, Oracle. All rights reserved. 다음에 접속됨: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production W..
오라클 :: oracle :: 패스워드 분실시
·
Programing/SQL
패스워드 변경 실행 > CMD c:\> sqlplus "/as sysdba" SQL> show user USER is "SYS" SQL> alter user sys identified by 암호; SQL> alter user system identified by 암호; SQL> connect sys/암호 as sysdba SQL> connect systemp/암호