If your storage is about full, you
must either delete old backup and archivelog or move to tape. If you want to
delete archivelog from FRA(ASM Storage-Flash Revovery Area) or filesystem for
win space, you can use below commands. You can delete archivelog safely,
because archivelog deleting does not harm to database.
Archivelog List Commands
RMAN>list archivelog all;
RMAN>list copy of archivelog until time ‘SYSDATE-10′;
RMAN>list copy of archivelog from time ‘SYSDATE-10′
RMAN>list copy of archivelog from time ‘SYSDATE-10′ until time ‘SYSDATE-2′;
RMAN>list copy of archivelog from sequence 1000;
RMAN>list copy of archivelog until sequence 1500;
RMAN>list copy of archivelog from sequence 1000 until sequence 1500;
RMAN>list copy of archivelog until time ‘SYSDATE-10′;
RMAN>list copy of archivelog from time ‘SYSDATE-10′
RMAN>list copy of archivelog from time ‘SYSDATE-10′ until time ‘SYSDATE-2′;
RMAN>list copy of archivelog from sequence 1000;
RMAN>list copy of archivelog until sequence 1500;
RMAN>list copy of archivelog from sequence 1000 until sequence 1500;
Archivelog Delete Commands
RMAN>delete archivelog all;
RMAN>delete archivelog until time ‘SYSDATE-10′;
RMAN>delete archivelog from time ‘SYSDATE-10′
RMAN>delete archivelog from time ‘SYSDATE-10′ until time ‘SYSDATE-2′;
RMAN>delete archivelog from sequence 1000;
RMAN>delete archivelog until sequence 1500;
RMAN>delete archivelog from sequence 1000 until sequence 1500;
RMAN>delete archivelog until time ‘SYSDATE-10′;
RMAN>delete archivelog from time ‘SYSDATE-10′
RMAN>delete archivelog from time ‘SYSDATE-10′ until time ‘SYSDATE-2′;
RMAN>delete archivelog from sequence 1000;
RMAN>delete archivelog until sequence 1500;
RMAN>delete archivelog from sequence 1000 until sequence 1500;
Note : Also, you can use noprompt statement for do not yes-no
question.
RMAN>delete noprompt archivelog until time ‘SYSDATE-10′;
RMAN>delete noprompt archivelog until time ‘SYSDATE-10′;
RMAN>list expired archivelog all;
RMAN>crosscheck archivelog all;
RMAN>delete noprompt expired
archivelog all;
RMAN>delete expired archivelog all;
RMAN>list expired archivelog all;
Thanks a lot
But this note is very helpful.
I've read so many notes from so many sites.
I tested the connection and it is working fine.
Once more thanks a lot.
Regards
Salih KM
Thanks for this
Connect oracle forms with MS Access database
It seems a nice article.
But, can we connect oracle forms builder with non oracle database
like MS SQL Server 2000 or MS Access.
If yes the how...
Regards
R K Sharma
Can we able to Connect to MS ACCESS with only Oracle Client.
I have Oracle client only. Is it possible to connect MS-Access through Oracle Forms.
Regards
S. Kolappan.
Connecting Oracle FORMS with MSACCESS
Kindly follow the link to check the steps to connect Oracle Forms to MSACCESS.
http://gskaushik.blogspot.com/2009/05/oracle-forms-conection-to-msaccess.html
Error
Speed issue
The link is functioning just fine. Though, I have one issue: it is about the speed of this link.
I am using MS Access 97 and Oracle 10g. For about 70 000 records it takes more than 1h... Moreover it blocks the destination table in Oracle. So, if I have 12 this kind of links it will last more than 1 night... :(
I even increased the bandwidth from 512 to 1024 kbps... no significant increase.
Do you have any ideas?
Thank you!
Kind regards,
Error
Listener.ora:
SID_LIST_LISTENER= (SID_LIST = (SID_DESC = (SID_NAME = odbc1) (ORACLE_HOME = D:\app\win7-64-1\product\11.2.0\dbhome_1) (PROGRAM = hsodbc) ) ) LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = 134.132.109.157)(PORT = 1521)) ) ) ADR_BASE_LISTENER = D:\app\win7-64-1Tnsnames.ora:access_db.world = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 134.132.109.157) (PORT = 1521) ) (CONNECT_DATA = (SID = odbc1) ) (HS=OK))Could anyone help me to resolve this issue?Many thanks in advance.
Shafqat