To show
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList
dword Administrator 1
This site contains information, scripts and instructions related to Oracle database and other technologies. Please use sqlplus and test my scripts on test environment before actual use on production. All relevant comments are welcome.
Страницы
- Main
- Veritas cluster
- AIX
- Solaris
- Linux
- Performance scripts
- RAC
- TNS
- Init parameters
- Dataguard
- ASM
- Unix tips
- VxVM
- Linux HA (hearbeat)
- Oracle internals
- Metalink (useful notes)
- Security
- OGG Oracle Golden Gate
- HTML/JavaScript in sqlplus
- Automatic TSPITR 11.2.0.3 (dropped user)
- 12.1
- SQL Performance Analyzer
- Backup/Recovery
- Alert log
понедельник, 22 ноября 2010 г.
воскресенье, 21 ноября 2010 г.
Default locations (spfile&alert.log)
spfile
$ORACLE_HOME/dbs%ORACLE_HOME%\database
spfileSID.ora
spfile.ora
initSID.ora
alert log
%ORACLE_HOME%\rdbms\trace\alert_sid.logor
%ORACLE_HOME%\rdbms\log\alert_sid.log
суббота, 20 ноября 2010 г.
четверг, 18 ноября 2010 г.
lob performance
http://www.ixora.com.au/tips/event_10359.htm
http://download.oracle.com/docs/cd/A91202_01/901_doc/appdev.901/a88879/adl09be3.htm#121892
http://download.oracle.com/docs/cd/A91202_01/901_doc/appdev.901/a88879/adl09be3.htm#121892
понедельник, 15 ноября 2010 г.
понедельник, 18 октября 2010 г.
Lost of system datafile
Instance crashes with error: ORA-01243: system tablespace file suffered media failure
Restore to different location:
rman
startup mount;
run
{
set newname for datafile 'f:\test_system.dbf' to 'c:\project\orcl\test_system.dbf';
restore datafile 11;
switch datafile 11;
recover datafile 11;
}
Restore to different location:
rman
startup mount;
run
{
set newname for datafile 'f:\test_system.dbf' to 'c:\project\orcl\test_system.dbf';
restore datafile 11;
switch datafile 11;
recover datafile 11;
}
Подписаться на:
Сообщения (Atom)
Update BLOB
set define off DECLARE vb1 CLOB := 'long text'; vb2 CLOB := 'long text'; vb3 CLOB := ...
-
0) Generate the diff plan report We have sql_id gu7rvn4s4rb0m, and 2 child cursors 0 and 2 variable v clob set serveroutput on set auto...
-
aus@linux-nn5t:~/Desktop> su - Password: linux-nn5t:~ # /etc/init.d/vboxdrv setup Stopping VirtualBox kernel modules ...
-
-- After media failure 03:03:25 150 4294967295 SYS@orcl> select * from t_t where object_name = 'test'; select * from t_t where ob...