remove & move a user

2002-10-06 Thread MURAT BALKAS
Hi, what's the best method to 1) remove a user absolutely. I want to remove the user's tables, indexes, ... etc. 2) move a user absolutely to another tablespace. Thanks, Murat -- Bu e-posta sadece yukarida isimleri belirtilen kisiler arasinda

RE: ora-305500

2002-10-06 Thread Abdul Aleem
Thank you, Lynda, it worked. Aleem -Original Message- Sent: Saturday, October 05, 2002 7:23 PM To: Multiple recipients of list ORACLE-L Subject:RE: ora-305500 It is the line that contains (--) in the beginning -- Please see the official ORACLE-L FAQ: http://www.orafa

Re: Shell scripting

2002-10-06 Thread Omar Khalid
hi well i think i did this once, you can read the output of the SQL query into shell variables by first redirecting the output of the SQL query to an OS file and then reading the file and loading the data in the file into shell variables. /* here is sample code to redirect the output of sql q

Cary Millsap's course and a new article

2002-10-06 Thread Jonathan Gennick
I attended Cary's and Jeff's Hotsos Clinic last week. It was really good. I wrote a short review, which probably doesn't do the course justice, at the following URL: http://www.oreillynet.com/pub/wlg/2111 I also wrote a short article last week about an aspect of Oracle's newly-supported SQL92 jo

Re: identifier 'DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION' must be declared

2002-10-06 Thread Andrea LaBass
prefix it with sys. ie: EXECUTE SYS.DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION (9, 89, TRUE);    Yechiel Adar <[EMAIL PROTECTED]>wrote: I think that this require a deeper investigation.Last night I tried to use alter system sql_trace=true and it did not workeither.I had to put sql_trace=true in init.ora

Re: identifier 'DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION' must be declared

2002-10-06 Thread Yechiel Adar
I think that this require a deeper investigation. Last night I tried to use alter system sql_trace=true and it did not work either. I had to put sql_trace=true in init.ora and to bounce the database. Yechiel Adar Mehish - Original Message - To: Multiple recipients of list ORACLE-L <[EMAIL