RE: Recreate database script

2002-09-09 Thread Mark Leith
that can be used. -Original Message- Sent: Friday, September 06, 2002 3:59 PM To: Multiple recipients of list ORACLE-L Export can do this. Right? But the output is not a script but a binary file only Import can understand. ltiu Connie Milliken wrote: Does anyone have a script that will write

Re: Recreate database script

2002-09-09 Thread ltiu
Thanks. I wonder if you can treat an export file as a *.sql script and run it off sqlplus with the @@script.sql command? I shall give this a try. ltiu Fink, Dan wrote: If you export with rows=n, you get a text file with all the ddl to recreate the exportable objects. However, packages

RE: Recreate database script

2002-09-09 Thread Deshpande, Kirti
Forgot to mention that this will only build the db create script. Nothing more than that. - Kirti -Original Message- Sent: Monday, September 09, 2002 10:07 AM To: '[EMAIL PROTECTED]' Here is one that I used to use some time ago (for Oracle 6 and 7). This does not support all

RE: Recreate database script

2002-09-09 Thread Deshpande, Kirti
#--- # crdb.ksh - creates sql script that contains statements necessary # to recreate a database with the current physical # configuration. # # parameters- SID (oracle database identifier) # # output- crdb_SID.sql

Re: Recreate database script

2002-09-09 Thread ltiu
Hello, Could anyone here suggest a software package that can create an ER diagram by simply connecting to an Oracle database, reverse engineer it to see the schema in an ER diagram - instead of in a file with ddl/dml statements. Thanks. ltiu -- Please see the official ORACLE-L FAQ:

Re: Recreate database script

2002-09-09 Thread Gary Chambers
Could anyone here suggest a software package that can create an ER diagram by simply connecting to an Oracle database, reverse engineer it to see the schema in an ER diagram - instead of in a file with ddl/dml statements. I haven't tested it, but Microsoft Visio 2000 claims to be able to

RE: Recreate database script

2002-09-09 Thread DENNIS WILLIAMS
Itiu - ERWin Examiner (Computer Associates) is supposed to have that capability. I have never used that capability. Dennis Williams DBA Lifetouch, Inc. [EMAIL PROTECTED] -Original Message- Sent: Monday, September 09, 2002 11:23 AM To: Multiple recipients of list ORACLE-L Hello,

Re: Recreate database script

2002-09-09 Thread Gabriel Aragon
ErWin is an excellent tool.. Gabriel --- ltiu [EMAIL PROTECTED] wrote: Hello, Could anyone here suggest a software package that can create an ER diagram by simply connecting to an Oracle database, reverse engineer it to see the schema in an ER diagram - instead of in a file with

Re: Recreate database script

2002-09-09 Thread Igor Neyman
Most CASE tools have reverse engineering feature. We are using PowerDesigner (from SYBASE). Igor Neyman, OCP DBA [EMAIL PROTECTED] - Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Monday, September 09, 2002 12:23 PM Hello, Could anyone

Re: Recreate database script

2002-09-09 Thread Mohammed Shakir
ERwin, Visia Architect, Oracle Designer all can do it. There may be other packages that I do not know about. I have all three of them and they work. Shakir --- ltiu [EMAIL PROTECTED] wrote: Hello, Could anyone here suggest a software package that can create an ER diagram by simply

RE: Recreate database script

2002-09-09 Thread Kevin Lange
I have used Visio to do that . It links the tables together if they have foreign/primary keys. If you have no relations like that then it will at least list all the tables you pick. -Original Message- Sent: Monday, September 09, 2002 12:09 PM To: Multiple recipients of list ORACLE-L

RE: Recreate database script

2002-09-09 Thread Mercadante, Thomas F
Oracle Designer Viso2000 I use Oracle Designer. -Original Message- Sent: Monday, September 09, 2002 12:24 PM To: Multiple recipients of list ORACLE-L Hello, Could anyone here suggest a software package that can create an ER diagram by simply connecting to an Oracle database,

RE: Recreate database script

2002-09-09 Thread Ji, Richard
Yeah, you can use Visio. I used it when I need to quickly generate an ER diagram from a schema. -Original Message- Sent: Monday, September 09, 2002 1:09 PM To: Multiple recipients of list ORACLE-L Could anyone here suggest a software package that can create an ER diagram by simply

RE: Recreate database script

2002-09-09 Thread Rick_Cale
by: Subject: RE: Recreate database script [EMAIL PROTECTED] m

Re: Velpuri bkup script-syntax error

2002-09-08 Thread Don
5 years ago, I worked through his UNIX flavor B/U scripts and found several errors. Over a 2-3 week period, I had multiple phone conversations with the Osborne editors with assurances, that the problems would be fixed IMMEDIATELY in the download files. They effused many thanks for my time

Re: Recreate database script

2002-09-06 Thread ltiu
Export can do this. Right? But the output is not a script but a binary file only Import can understand. ltiu Connie Milliken wrote: Does anyone have a script that will write another script to recreate a particular database quickly with all the info specific to that particular database? Seems

Re: Recreate database script

2002-09-06 Thread Dennis M. Heisler
Connie, There are some scripts in Oracle Annotated Archives (by Kevin Loney and Rachel Carmichael, Oracle Press) that will do what you want. Dennis Connie Milliken wrote: Does anyone have a script that will write another script to recreate a particular database quickly with all the info

dbbackup_begin Velpuri script

2002-09-04 Thread Eric Richmond
If anyone has the dbbackup_begin script from the Velpuri book/website that they are currently using and it is working properly, can you please send me a copy? I would really appreciate seeing an example that is definitely working. I realize that RMAN is available, but the person that I am

Re: Velpuri bkup script-syntax error

2002-09-03 Thread Glenn Stauffer
Been a while since I used them, but I had to go through the file and remove some non-printable characters. You can do this pretty quickly with any number of text utilities. Do yourself a favor and use RMAN for backups. You can script any variety of backups fairly easily once you work your

Velpuri bkup script-syntax error

2002-09-02 Thread Eric Richmond
Did anyone else run into the error dbbackup_begin: syntax error at line 521 'end of file' unexpected after trying to use the Velpuri backup scripts for Unix? Where was the problem at and how did you resolve it? I downloaded the scripts from the Osborne website and this is the error that keeps

Re: compile invalid objects SCRIPT

2002-08-20 Thread BigP
Thanks guys . -Bp - Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Monday, August 19, 2002 11:33 AM From the oracle Metalink.. /* Doc ID: Note:1036972.6 DATABASE Type: SCRIPT Status: PUBLISHED Content Type: TEXT/PLAIN Creation Date: 15-OCT

executing shell script from a stored proc?

2002-08-19 Thread Andrew Sit
Hi all: Sorry for the (seemingly) easy question, but is it possible to execute shellcode from inside a stored procedure? Platform is Oracle 9.2.0.1 on Solaris 2.8 I understand that there are ways to do it using java or Pro*C, but I don't know which resources to use, and I'm hoping that

RE: compile invalid objects SCRIPT

2002-08-19 Thread Gabriel Aragon
From the oracle Metalink.. /* Doc ID: Note:1036972.6 DATABASE Type: SCRIPT Status: PUBLISHED Content Type: TEXT/PLAIN Creation Date: 15-OCT-1997 Last Revision Date: 27-APR-2000 Language: USAENG == Title: == Compiling Invalid Objects

RE: Unix Script Quest : Urgent

2002-08-10 Thread Brian_P_MacLean
by: cc: [EMAIL PROTECTED] Subject: RE: Unix Script Quest : Urgent

Unix Script Quest : Urgent

2002-08-09 Thread johanna . doran
Is there a way to captureall files hit by a process/user in unix (Sun Solaris 9, ksh)? I am seeing an OCI file not found on my production box. I can't resovle it. So, I want to run the same process on my development box (where it works) and get a list of files that it is hitting (I can

Re: Unix Script Quest : Urgent

2002-08-09 Thread Steven Lembark
file. If you are sure that the files are being created (vs. modified or accessed) by one specific userid then: find / -newer BEFORE -user id will work also. If you are going to run the thing regularly then take a look at find2p, which will spit out a perl script to match your find command

Re: Unix Script Quest : Urgent

2002-08-09 Thread Peter Barnett
ldd filename should give you the dependencies. --- [EMAIL PROTECTED] wrote: Is there a way to capture all files hit by a process/user in unix (Sun Solaris 9, ksh)? I am seeing an OCI file not found on my production box. I can't resovle it. So, I want to run the same process on my

RE: Unix Script Quest : Urgent

2002-08-09 Thread Seefelt, Beth
/ -newer BEFORE -user id will work also. If you are going to run the thing regularly then take a look at find2p, which will spit out a perl script to match your find command. The perly code will give you finer control and better sanity checks (e.g., comparing to a list in memory of what has already

RE: Unix Script Quest : Urgent

2002-08-09 Thread johanna . doran
:48 AM To: Multiple recipients of list ORACLE-L Subject: Re: Unix Script Quest : Urgent ldd filename should give you the dependencies. -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051

RE: Unix Script Quest : Urgent

2002-08-09 Thread chris . w . johnson
Hannah, I'm no Unix guru either but in this situation I use 'truss', e.g. truss procname HTH Chris -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: 09 August 2002 16:08To: Multiple recipients of list ORACLE-LSubject: Unix Script Quest : Urgent

Re: Unix Script Quest : Urgent

2002-08-09 Thread Charlie Mengler
changed since the BEFORE file. If you are sure that the files are being created (vs. modified or accessed) by one specific userid then: find / -newer BEFORE -user id will work also. If you are going to run the thing regularly then take a look at find2p, which will spit out a perl script

script related query

2002-07-25 Thread Shishir Kumar Mishra
section is loaded in my application all the settings for controls are read from database(clob field). Now the problem is that I want to write the script which will contain the data of my database and will populate the database of our client so that report can be generated there also. Basically

Listener Log Aging Script

2002-07-24 Thread Erik Williams
Could anyone share their Unix script to age the listener log file? I know that this has been posted to the group in the past, but I was unable to find it in the archives at FatCity. Thanks. Erik -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Erik Williams INET

RE: Listener Log Aging Script

2002-07-24 Thread Orr, Steve
Make a copy of the file appended by the Julian date then empty the log via cat /dev/null listener.log. (You don't really need a cat.) -Original Message- Sent: Wednesday, July 24, 2002 9:50 AM To: Multiple recipients of list ORACLE-L Could anyone share their Unix script to age

Re: Listener Log Aging Script

2002-07-24 Thread John Carlson
I posted this answer once before. How about wrapping this is a script of your choice: ARCHIVE_LISTENER_FILENAME=listener`date +%Y%m%d%H%M`.log lsnrctl set log_file listener2.log mv listener.log $ARCHIVE_LISTENER_FILENAME mv listener2.log

RE: Listener Log Aging Script

2002-07-24 Thread Erik Williams
Why is it necessary to null out the file? Does LSNR keep a open file handle open to it? -Original Message- From: Orr, Steve [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 12:25 PM To: Multiple recipients of list ORACLE-L Subject: RE: Listener Log Aging Script Make

Re: Listener Log Aging Script

2002-07-24 Thread Tim Gorman
PROTECTED]] Sent: Wednesday, July 24, 2002 12:25 PM To: Multiple recipients of list ORACLE-L Subject: RE: Listener Log Aging Script Make a copy of the file appended by the Julian date then empty the log via cat /dev/null listener.log. (You don't really need a cat.) -Original Message

RE: Listener Log Aging Script

2002-07-24 Thread Peter . McLarty
. Erik Williams [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 24-07-2002 09:43 AM Please respond to ORACLE-L To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc: Fax to: Subject:RE: Listener Log Aging Script Why is it necessary to null out

RE: Listener Log Aging Script

2002-07-24 Thread Orr, Steve
? Does LSNR keep a open file handle open to it? -Original Message- From: Orr, Steve [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 12:25 PM To: Multiple recipients of list ORACLE-L Subject: RE: Listener Log Aging Script Make a copy of the file appended by the Julian

Re: DOS Script for pop up question ?

2002-07-12 Thread Bob Robert
Thanks for the Oracle list members who responded very promptly for my question. At the moment, I am very satisfied with pause command. I have one more question for the DOS Gurus. Is there a way to change the fond size from the DOS Script ? Thanks, Bob --- James J. Morrow [EMAIL PROTECTED

RE: DOS Script for pop up question ?

2002-07-12 Thread Sherman, Edward
All, I have a DOS batch file. In between this script, I would like to add user interactive question. Ex: Do you want to Continue [Y/N]? Once they hit Y, it will continue rest of the batch file. Could someone able to help me out as per the above requirement? Thanks, Bob

DOS Script for pop up question ?

2002-07-11 Thread Bob Robert
All, I have a DOS batch file. In between this script, I would like to add user interactive question. Ex: Do you want to Continue [Y/N]? Once they hit Y, it will continue rest of the batch file. Could someone able to help me out as per the above requirement? Thanks, Bob

Re:DOS Script for pop up question ?

2002-07-11 Thread dgoulet
Robert [EMAIL PROTECTED] Date: 7/11/2002 12:37 PM All, I have a DOS batch file. In between this script, I would like to add user interactive question. Ex: Do you want to Continue [Y/N]? Once they hit Y, it will continue rest of the batch file. Could someone able to help me out as per

Re: DOS Script for pop up question ?

2002-07-11 Thread Igor Neyman
this script, I would like to add user interactive question. Ex: Do you want to Continue [Y/N]? Once they hit Y, it will continue rest of the batch file. Could someone able to help me out as per the above requirement? Thanks, Bob

Re: DOS Script for pop up question ?

2002-07-11 Thread James J. Morrow
Bob Robert wrote: All, I have a DOS batch file. In between this script, I would like to add user interactive question. Ex: Do you want to Continue [Y/N]? Once they hit Y, it will continue rest of the batch file. Could someone able to help me out as per the above requirement

RE: DOS Script for pop up question ?

2002-07-11 Thread Reardon, Bruce (CALBBAY)
://www.Simtel.net 2. Another NT approach, posted by Bennett Benson, is explained at this link: http://www.jsiinc.com/TIP0300/rh0323.htm [this doesn't seem to be working as at 1-Mar-2002] 3. Write a Win Script Host script using the InputBox function (requires Win 98, Win NT 4.0, IE

Re: Script to find free space in an index

2002-06-24 Thread Jared Still
If that's one of my scripts, RCS says it's from 1997. Here's a newer one. It gets *everything* in the database, so a little tweaking may be in order. Jared === -- showspace_all.sql -- use dbms_space to show exact amount -- of space consumed by

Script to find free space in an index

2002-06-23 Thread Ferenc Mantfeld
Hi All Jared notified me that the attachment did not come through, so I am attaching again. I am also enclosing it in the body of the email. Credits go to Jared who wrote the shell of this some time back (98 was it Jared ?). I just modified an excellent foundation. tblindspace.sql set

script for comparing two schemas in two databases

2002-05-29 Thread Daiminger, Helmut
Title: script for comparing two schemas in two databases Hi! Does anybody out there have a script that allows me to compare two schemas in two different databases (i.e. development and production db)? This is 8.1.7 on Sun Solaris. Thanks, Helmut

Re: script for comparing two schemas in two databases

2002-05-29 Thread G . Plivna
searching in google for script compare two schemas oracle gives as the 6th result http://www.arrowsent.com/oratip/tip15.htm that may be sufficient in your case Gints Plivna IT Sistçmas, Meríeïa 13, LV1050 Rîga http://www.itsystems.lv/gints

RE: script for comparing two schemas in two databases

2002-05-29 Thread Mark Leith
-tools.co.uk Maximising throughput performance -Original Message- Helmut Sent: 29 May 2002 10:18 To: Multiple recipients of list ORACLE-L Hi! Does anybody out there have a script that allows me to compare two schemas in two different databases (i.e. development and production db

RE: script for comparing two schemas in two databases

2002-05-29 Thread Stephane Faroult
Hi! Does anybody out there have a script that allows me to compare two schemas in two different databases (i.e. development and production db)? This is 8.1.7 on Sun Solaris. Thanks, Helmut There's something in the DBA tool kit at http://www.oriole.com. Forgot the exact name. Regards

Re: script for comparing two schemas in two databases

2002-05-29 Thread Alexandre Gorbatchev
Title: script for comparing two schemas in two databases Hi Helmut, There are some tools for it. For example, Oracle Change Manager Pack for OEM. This is a tough task for script, because too many factors are involved. HTH, Alexandre - Original Message - From: Daiminger

RE: script for comparing two schemas in two databases

2002-05-29 Thread Farnsworth, Dave
Thanks for the script Mark! Dave -Original Message- Sent: Wednesday, May 29, 2002 4:53 AM To: Multiple recipients of list ORACLE-L Attached.. HTH Mark === Mark Leith | T: +44 (0)1905 330 281 Sales Marketing | F

RE: script for comparing two schemas in two databases

2002-05-29 Thread Michael P Sale
: Wednesday, May 29, 2002 3:18 AM To: Multiple recipients of list ORACLE-L Hi! Does anybody out there have a script that allows me to compare two schemas in two different databases (i.e. development and production db)? This is 8.1.7 on Sun Solaris. Thanks, Helmut -- Please see the official

RE: script for comparing two schemas in two databases

2002-05-29 Thread kkennedy
Title: script for comparing two schemas in two databases Years ago, I found a script on Metalink that worked decently after a few bug fixes. It was written by Ottar Sorland for use withOracle 7.3. I still occasionally use it and cansend my patched (but still not perfect) version if youneed

RE: script for comparing two schemas in two databases

2002-05-29 Thread Simon . Anderson
] To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc:(bcc: Simon Anderson/SSplc) Years ago, I found a script on Metalink that worked decently after a few bug fixes. It was written by Ottar Sorland for use with Oracle 7.3. I still occasionally use it and can send my patched

RE: script for comparing two schemas in two databases

2002-05-29 Thread Ron Rogers
Kevin, You should download the ver 7.3 of TOAD. It has a lot of improvements that You might find handy. Ron ROR mª¿ªm [EMAIL PROTECTED] 05/29/02 01:24PM Years ago, I found a script on Metalink that worked decently after a few bug fixes. It was written by Ottar Sorland for use with Oracle 7.3

RE: script for comparing two schemas in two databases

2002-05-29 Thread Kevin Lange
I came to that conclusion as well. I especially like the fact that it even creates a sync script after the compare. I just used it on two of our DBs. Worked great. -Original Message- Sent: Wednesday, May 29, 2002 4:54 PM To: Multiple recipients of list ORACLE-L Kevin, You should

online backup script

2002-05-28 Thread John Dunn
Does anyone have an online backup script for Oracle 8.1.7 and AIX? Or can anyone provide a definitive list of the actions required to be taken? John -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: John Dunn INET: [EMAIL PROTECTED] Fat City Network Services

RE: online backup script

2002-05-28 Thread Stephane Faroult
Does anyone have an online backup script for Oracle 8.1.7 and AIX? Or can anyone provide a definitive list of the actions required to be taken? John John, Look for the script named hotbackup.sql at http://www.oriole.com/frameindexTK.html. It's neither 8.1.7 or AIX specific, it uses 'cp

New Oracle 9.x Pre-Install Script from Oracle

2002-05-22 Thread David Wagoner
Just saw this todayhavent tried it yet. Excerpt from MetaLink: News Notes New Script: Pre-Install script which checks your Unix environment to ensure successful installation of Oracle 9.x version of RDBMS The Data Server Support team is pleased to release a new

RE: New Oracle 9.x Pre-Install Script from Oracle

2002-05-22 Thread Jesse, Rich
On HP/UX at least, it doesn't work very well unless you've modified every kernel parameter stated in the install docs, even if the default is adequate. Only the modified values get put into /stand/system, which the script greps. Rich Jesse System/Database Administrator

Re: Script for deleting old archive logs from NT

2002-05-16 Thread JApplewhite
recipients of list ORACLE-L ArunC@1800FLO[EMAIL PROTECTED] WERS.comcc: Sent by: Subject: Script for deleting old archive

Need Script to Trigger Archive Log Cleanups

2002-05-16 Thread Orr, Steve
I need a routine which removes archive logs via RMAN tape backups if the archive log destination exceeds half full. I already have the RMAN part which we can kick off manually but I'm looking for something like a basic cron job monitoring script which triggers this based on the half full

Re: Need Script to Trigger Archive Log Cleanups

2002-05-16 Thread Steven Lembark
I need a routine which removes archive logs via RMAN tape backups if the archive log destination exceeds half full. I already have the RMAN part which we can kick off manually but I'm looking for something like a basic cron job monitoring script which triggers this based on the half full

Script for deleting old archive logs from NT

2002-05-15 Thread Arun Chakrapani
Does anybody has script to delete old archive logs on NT when the disk reaches certain percentage. Please let me know Thanks -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Arun Chakrapani INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX

RE: Unix Script --- Archive Log Destination Issue

2002-05-14 Thread Brian_P_MacLean
v_LOCK_PID=${$} echo ${v_LOCK_PID} ${JOB_LOCK} echo Created job file lock . .the rest of your script goes here . rm ${JOB_LOCK} PS: I'm looking for a new TV, think you could get me a deal at BestBuy with your employee discount? Brian P. MacLean Oracle DBA, OCP8i

Re: Solaris RC Script Output

2002-05-13 Thread Suzy Vordos
Doubtful you'll find output, some is written to the console and in some cases to syslog. Instead, modify your startup script so it writes output to a logfile. Here's mine: #!/sbin/sh # # /etc/init.d/oradb - Start/Stop the Oracle Databases and SQL/NET listeners # PATH=/usr/bin:/usr/sbin

Unix Script --- Archive Log Destination Issue

2002-05-13 Thread Reddy, Madhusudana
Hello All, I have a script, which cleans up the archive log destination by moving the old archive logs to a retention area based on the thresholds 1. Percent of space utilization 2. greater than 2 days old. The script was working fine , except for the reason , sometimes we see multiple copies

RE: Unix Script --- Archive Log Destination Issue

2002-05-13 Thread Reddy, Madhusudana
My mistake , this new script is only working sometimes. Which is scheduled every hour , but not working at all the hour changes . -Original Message- Sent: Monday, May 13, 2002 11:28 AM To: Multiple recipients of list ORACLE-L Hello All, I have a script, which cleans up the archive log

Re: script to show heirarchical list of object dependencies for a

2002-05-10 Thread Rachel_Carmichael
How is this essentially different than what you can get from utldtree.sql? when Kevin Loney and I were writing the Annotated Archives a few years ago, I tried to write a script that would show the dependencies, because part of the reason for the book was to provide home-grown scripts that wre

Solaris RC Script Output

2002-05-10 Thread Erik Williams
Where can I find the output of the Solaris run control scripts? I am trying to debug a database startup problem and would like to view the output of the echo commands in these scripts. Thanks Erik -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Erik Williams INET:

Re: script to show heirarchical list of object dependencies for a

2002-05-10 Thread Jack Silvey
years ago, I tried to write a script that would show the dependencies, because part of the reason for the book was to provide home-grown scripts that wre documented. I ended up essentially rewriting the cod from utldtree.sql and we gave up that particular effort

Re: Raw device backup script

2002-05-09 Thread Pablo Rodriguez
Thank you Connor, but I need a script that backups over 20 raw devices datafiles to a TAPE without using a FS to store these datafiles first. TIA ___ Do You Yahoo!? Yahoo! Messenger Comunicación instantánea gratis con tu gente. http

Re: Raw device backup script

2002-05-09 Thread Steven Lembark
but I need a script that backups over 20 raw devices datafiles to a TAPE without using a FS to store these datafiles first. To a single tape or multiple ones? If it's a single tape then you are in for a real fun time trying to restore the stuff... This is skeletal but should give you

script to show heirarchical list of object dependencies for a given object

2002-05-09 Thread Jack Silvey
Greetings listers, Ever worry about wrinkles, loss of hair, and bad breath? Well, the following script can't help you with THAT, but it CAN show you a heirarchical list of objects that depend upon the given object! Just pass in 1=owner and 2=object name, and viola! No more changing objects

Re: script to show heirarchical list of object dependencies for a given

2002-05-09 Thread Jared . Still
PROTECTED] cc: Subject:script to show heirarchical list of object dependencies for a given object Greetings listers, Ever worry about wrinkles, loss of hair, and bad breath? Well, the following script can't help you with THAT, but it CAN show you a heirarchical list

Re: script to show heirarchical list of object dependencies for a given

2002-05-09 Thread Jack Silvey
Aw, DANG, I knew I was gonna get that one. Same story, give someone a script named after an adult incontenence device, get ready for the teasing! Don't even ask for the viagra script. --- [EMAIL PROTECTED] wrote: create table depends as select * from sys.dba_dependencies; Depends? Like

Re: DB Size script

2002-05-06 Thread Mohammad Rafiq
One more script from this list with slight changes. For 8i or up. SELECT 'The database size is '|| round( (df.sum + rd.sum + tm.sum) / ( 1024 * 1024 * 1024 ) ) || ' GB excluding INI, password and control files' FROM (SELECT SUM(bytes) sum FROM sys.dba_data_files) df, (SELECT SUM(bytes

RE: DB Size script

2002-05-06 Thread Abdul Aleem
You can get the size of database using DBA studio. Which gives separately the actual space consumed by the data and the size of table spaces. Aleem -Original Message- Sent: Tuesday, May 07, 2002 3:39 AM To: Multiple recipients of list ORACLE-L Subject:Re: DB Size script

Does any one know how to call LDAP from UNIX script ?

2002-05-02 Thread Steven Joshua
Hello: Hope the subject make sense. I'm new to LDAP, and don't know how it works. I need to use SQL Loader to load a text file into Oracle817 Database from a unix box. The file/data comes from LDAP server. My question is: how do I get the file/object from LDAP site from my unix script? Does

Does any one know how to call LDAP from UNIX script ?

2002-05-02 Thread Steven Joshua
Hello: Hope the subject make sense. I'm new to LDAP, and don't know how it works. I need to use SQL Loader to load a text file into Oracle817 Database from a unix box. The file/data comes from LDAP server. My question is: how do I get the file/object from LDAP site from my unix script? Does

Re: Does any one know how to call LDAP from UNIX script ?

2002-05-02 Thread Charlie Mengler
Database from a unix box. The file/data comes from LDAP server. My question is: how do I get the file/object from LDAP site from my unix script? Does anyone has any examples? or know a helpful URL? Thanks From Steven __ Do You Yahoo

Re: Does any one know how to call LDAP from UNIX script ?

2002-05-02 Thread Joe Raube
, and don't know how it works. I need to use SQL Loader to load a text file into Oracle817 Database from a unix box. The file/data comes from LDAP server. My question is: how do I get the file/object from LDAP site from my unix script? Does anyone has any examples? or know a helpful URL

RE: Does any one know how to call LDAP from UNIX script ?

2002-05-02 Thread Jesse, Rich
Interesting, Charlie! By the name of this script, I assume it's used to change your Oracle password, but it's not searching against OiD, unless you've manually added the Directory Manager cn. Are you using iPlanet? Are your Oracle clients authenticating against this LDAP server? Or for Oracle

Re: Does any one know how to call LDAP from UNIX script ?

2002-05-02 Thread Steven Joshua
Thanks for the code. But can we do this in UNIX shell script or Java? Thanks again Steven --- Charlie Mengler [EMAIL PROTECTED] wrote: I hope you can read UGLY Perl code. HTH YMMV! #!/usr/local/bin/perl # File: chg-oracle-passwd.cgi use Net::LDAP; use Carp; use DBI; $ENV

Re: Does any one know how to call LDAP from UNIX script ?

2002-05-02 Thread Suzy Vordos
Yes, you'd need the LDAP API libraries, check here http://www.openldap.org/ Steven Joshua wrote: Thanks for the code. But can we do this in UNIX shell script or Java? Thanks again Steven --- Charlie Mengler [EMAIL PROTECTED] wrote: I hope you can read UGLY Perl code. HTH

RE: Does any one know how to call LDAP from UNIX script ?

2002-05-02 Thread Koivu, Lisa
33063 -Original Message- From: Steven Joshua [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 6:17 PM To: Multiple recipients of list ORACLE-L Subject: Re: Does any one know how to call LDAP from UNIX script ? Thanks for the code. But can we do this in UNIX shell

Re: Does any one know how to call LDAP from UNIX script ?

2002-05-02 Thread Suzy Vordos
://www.openldap.org/ Steven Joshua wrote: Thanks for the code. But can we do this in UNIX shell script or Java? Thanks again Steven --- Charlie Mengler [EMAIL PROTECTED] wrote: I hope you can read UGLY Perl code. HTH YMMV! #!/usr/local/bin/perl # File: chg-oracle

RE: Does any one know how to call LDAP from UNIX script ?

2002-05-02 Thread Steven Joshua
To: Multiple recipients of list ORACLE-L Subject:Re: Does any one know how to call LDAP from UNIX script ? Thanks for the code. But can we do this in UNIX shell script or Java? Thanks again Steven --- Charlie Mengler [EMAIL PROTECTED] wrote: I hope you can read UGLY

Wierdness during script in SQLPlus

2002-05-01 Thread Farnsworth, Dave
I have a script that I run to update statistics on my databases that is giving me something odd when run on a 7.3.4 database on NT 4.0. The script runs fine on my 8.1.7 and 8.0.5 databases. It happens when the script comes to an end. Below is what my screen looks like in SQLPlus; SQL

RE: Wierdness during script in SQLPlus

2002-05-01 Thread Ganesh Raja
again. -Original Message- Sent: Wednesday, May 01, 2002 3:28 PM To: Multiple recipients of list ORACLE-L I have a script that I run to update statistics on my databases that is giving me something odd when run on a 7.3.4 database on NT 4.0

Re: Wierdness during script in SQLPlus

2002-05-01 Thread Stephane Faroult
Farnsworth, Dave wrote: I have a script that I run to update statistics on my databases that is giving me something odd when run on a 7.3.4 database on NT 4.0. The script runs fine on my 8.1.7 and 8.0.5 databases. It happens when the script comes to an end. Below is what my screen looks

RE: Wierdness during script in SQLPlus

2002-05-01 Thread Farnsworth, Dave
Thanks Stephane. That explains it. I'll go with the -- for my comments for version consistancy. Dave -Original Message- Sent: Wednesday, May 01, 2002 8:18 AM To: Multiple recipients of list ORACLE-L Farnsworth, Dave wrote: I have a script that I run to update statistics on my

RE: Wierdness during script in SQLPlus

2002-05-01 Thread Koivu, Lisa
-L Subject: Wierdness during script in SQLPlus I have a script that I run to update statistics on my databases that is giving me something odd when run on a 7.3.4 database on NT 4.0. The script runs fine on my 8.1.7 and 8.0.5 databases. It happens when the script comes to an end

RE: Wierdness during script in SQLPlus

2002-05-01 Thread Farnsworth, Dave
You are correct that it does not affect my script, it's just annoying. A ctrl-C does break me out of the DOC prompt and puts me back into the SQL prompt. Learned something new. :o) Thanks, Dave -Original Message- Sent: Wednesday, May 01, 2002 9:03 AM To: Multiple recipients

Log on denied.... from script: Urgent - Pre-production Testing

2002-04-19 Thread johanna . doran
Hi, We have an ETL script that logs onto the db. The scripts usually runs without error. During pre-production testing, we rec'd a logon denied error message. We re-ran the scripts and all was fine. I did not see anything in the alert log, only message for today was a redo

Re: Script for identifying objects having freelists contention

2002-04-18 Thread Bunyamin K. Karadeniz
Subject: RE: Script for identifying objects having freelists contention Steve Adams' site is a good start. http://www.ixora.com.au/ Tony Aponte -Original Message-From: Anand Prakash [mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 17, 2002 5:29 PMTo: Multiple

Re: Script for identifying objects having freelists contention

2002-04-18 Thread Anjo Kolk
LE-L Sent: Thursday, April 18, 2002 8:13 AM Subject: RE: Script for identifying objects having freelists contention Steve Adams' site is a good start. http://www.ixora.com.au/Tony Aponte -Original Message- From: Anand Prakash [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 20

<    1   2   3   4   5   6   7   8   9   10   >