To take a backup of a procedure


 
Thread Tools Search this Thread
Top Forums Programming To take a backup of a procedure
# 1  
Old 09-20-2008
To take a backup of a procedure

Hi All,

Can anyone let me know how to take a backup of a procedure in TOAD?

For table backup we can use the following query

create table newtablename as select * from originaltablename;

But the above query wont works for procedure backup since u need to give IN or OUT parameters while giving create procedure statement.

So pls help me with this. I Dont know whether this is the right forum to put my question.Smilie
Ashok_oct22
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Procedure execution

Hi I have four procedure .I want to execute one by one in unix PROCEDURE 1 PROCEDURE 2 PROCEDURE 3 PROCEDURE 4 it should execute in such a way that if PROCEDURE 1 finish successfully only , it should go and execute the procedure 2 , else I need to exit from the script by echo the error... (4 Replies)
Discussion started by: ginrkf
4 Replies

2. Shell Programming and Scripting

Help with Backup Shell Script for Network Device Configuration backup

HI all, im new to shell scripting. need your guidence for my script. i wrote one script and is attached here Im explaining the requirement of script. AIM: Shell script to run automatically as per scheduled and backup few network devices configurations. Script will contain a set of commands... (4 Replies)
Discussion started by: saichand1985
4 Replies

3. Shell Programming and Scripting

rsync backup mode(--backup) Are there any options to remove backup folders on successful deployment?

Hi Everyone, we are running rsync with --backup mode, Are there any rsync options to remove backup folders on successful deployment? Thanks in adv. (0 Replies)
Discussion started by: MVEERA
0 Replies

4. UNIX for Advanced & Expert Users

backup a file and keep every version of the backup

I am trying to backup my .bash_history and I want to keep every version of the backup. I am thinking to put one of these in my crontab. 0 0 * * 0,3 cat .bash_history > boo 0 0 * * 0,3 cp .bash_history boo I would like the backups to be called boo1, boo2, boo3, etc. I would like to keep... (7 Replies)
Discussion started by: cokedude
7 Replies

5. Solaris

Help with Booting procedure

Hello guys, I am a newbie to solaris 10. Recently I was going through booting procedure of solaris 10 on sparc machines, there I was not clear with kernel phase because I read like /etc/system file is read by kernel even before root filesystem is loaded, How is it possible?? Please Help me... (4 Replies)
Discussion started by: praveen12
4 Replies

6. SCO

Backup to SCSI Tape Backup aborts

I am trying to make a full backup of my system using the cpio command. The Tape Unit is a SCSI DDS. The process started fine but after about 30 minutes, it just stopped and showed the following message: 1755 Signal 31 - Core dumped Any idea of what is causing this and how to fix it? ... (4 Replies)
Discussion started by: zionpc
4 Replies

7. UNIX for Dummies Questions & Answers

Check backup file size on backup tape

Hi, I performed backup on tape and I want to append more files to my previous backup on the same backup tape. But before I do that I need to know the backup file size of the first backup I performed so that I know the available size on the backup tape. Can someone help me what command I will use... (0 Replies)
Discussion started by: ayhanne
0 Replies

8. HP-UX

Installation Procedure..

Hi, iam just starting to learn the HP-UX please help me about how to install the unix in HP9000 sever and drivers installation procedure. Thank you, Ramana.s (2 Replies)
Discussion started by: mcseramana
2 Replies

9. UNIX for Dummies Questions & Answers

IRIX 6.2 backup procedure

Require help, using the proper procedure to do a backup/restore on an IRIX 6.2 workstation. Fairly new to UNIX and still having difficulty getting a handle on all the procedures to follow. Any help would be appreciated. (1 Reply)
Discussion started by: ecoli69
1 Replies
Login or Register to Ask a Question
BACKUP-MANAGER-PURGE(8) 				       backup-manager-purge					   BACKUP-MANAGER-PURGE(8)

NAME
backup-manager-purge - backup-manager's wrapper for outdating files SYNOPSIS
backup-manager-purge [TTL] <options> DESCRIPTION
backup-manager-purge is the only authorized entity that can say if an archive should be purged or not. Any tasks used by backup-manager may have to know if an archive is deprecated (eg: the purging phase of an upload method). This tool is here to fulfill that need. Given a time to live (TTL) and a list of archives, backup-manager-purge will return another list of archives, corresponding to the ones that are outdated by the TTL. REQUIRED ARGS
--ttl=time-to-live Specify the time to live (in days) for the archives. Any archive that is older than ttl days will be outdated. OPTIONAL ARGS
--files-from=file A file containing a list of archives to parse, one archive per line. If this option is not used, STDIN will be used for catching the files to parse. RETURN
backup-manager-purge will return the list of outdated files on STDOUT, one file per line. ERROR CODES
If an error occurs, it will print the error message on stderr and will exit with an error code greater than 0. Here are the possible error codes: bad command line (wrong arguments) : 10 internal error (should be reported as a bug) : 20 SEE ALSO
backup-manager(8) backup-manager-upload(8) AUTHORS
Concept and design by Alexis Sukrieh and Jan Metzger. perl v5.14.2 2012-05-09 BACKUP-MANAGER-PURGE(8)