Tags: script
May
26
The Korn shell enables you to run jobs in the background, which frees your terminal to perform other commands. You can also run jobs in the foreground. You can use Korn shell commands to list current jobs as well as to stop a job.
A job is a process… more »
Aug
07
1.EXPORT:
exp system@test owner=test123 file=d:\oracle\user.dmp log=d:\oracle\userdump.log
rows=y statistics=none feedback=100 indexes=y consistent=y compress=n;
(for individual tables=table1,table2,.....)
2.IMPORT:
imp system@test fromu… more »
Jul
21
Enable Javascript In Firefox 1.5
Load Options Dialog In Windows
Click on "Tools" menu bar at the top of the window.
From the drop menu, click on "Options"
Load Options Dialog In Linux
Click on the "Edit" menu bar at the top of the… more »
Jun
26
#!/bin/sh
#############################################
#
# SYSTEM NAME :
# SUBSYSTEM :
# SHELL_NAME : RES_***restore.sh
# FUNCTION : restore OS image for ****
# USAGE :… more »
Jun
26
#!/bin/sh
##########################################
#
# SYSTEM NAME :
# SUBSYSTEM :
# SHELL_NAME : BAK_***backup.sh
# FUNCTION : backup OS image for ****
# USAGE :… more »
Recent comments