//
archives

command

This tag is associated with 2 posts

Linux : Command Line

chkconfig The chkconfig command can also be used to activate and deactivate services. The chkconfig –listcommand displays a list of system services and whether they are started (on) or stopped (off) in runlevels 0-6. At the end of the list is a section for the services managed by xinetd. chkconfig –list | more  view all service per page If … Continue reading

Backup Oracle Pump using batch DOS command

create file (example : exportday.bat) write file with this script: @echo off echo Start export Data …. sqlplus system/oracle10g@live @export.sql echo Create DMP File …. ExportDayLog.bat echo Export finished exit then create file export.sql. with SQL script: set heading off spool ExportDayLog.bat select ‘exp system/oracle10g@live full=yes file=backup_’||to_char(sysdate,’ddmmrrrrhh24miss’) from dual; spool off exit File result will … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives

Web Statistic

Blog Stats

  • 187,136 hits