Fortunately there is a solution:
yum install testdiskOR
apt-get install testdiskTo recover files simply type:
photorecand follow the instructions
So simple :)
The meeting point for Oracle DBAs
yum install testdiskOR
apt-get install testdiskTo recover files simply type:
photorecand follow the instructions
sqlplus / as sysdba
@?/rdbms/admin/utlmail.sql
@?/rdbms/admin/prvtmail.plb
grant execute on UTL_MAIL to public;
ALTER SYSTEM SET smtp_out_server = 'mailhost' scope=both;
BEGIN
UTL_MAIL.send(sender => 'Yossi@NixonIT.com',
recipients => 'you@address.com',
subject => 'Test Mail',
message => 'Hello World',
mime_type => 'text; charset=us-ascii');
END;
/
impdp "'sys/dba as sysdba'" schemas=SCOTT INCLUDE=INDEX:\"in \(\'PK_DEPT\',\'EMPIDX\'\)\" directory=TMP_DIR dumpfile=scott.dmp job_name=importing_scott.log
opatch lsinventory(since 9.2 and up)
select * from registry$history;See Metalink Note:352783.1 for more information.
cd $ORACLE_HOME/rdbms/libfrom now this is simpler and shorter
make -f ins_rdbms.mk dv_off
cd $ORACLE_HOME/bin
relink all
cd %ORACLE_HOME%/binAll options are written in the usage syntax:
chopt disable dv
usage:
chopt [enable|disable] {option}
options:
dm = Oracle Data Mining RDBMS Files
dv = Oracle Database Vault option
lbac = Oracle Label Security
olap = Oracle OLAP
partitioning = Oracle Partitioning
rat = Oracle Real Application Testing