RE: oracle apps documentation

2002-10-25 Thread ora ak
menu) - E-business Suite ERP - module - Documentation (there are also other paths to follow to get to the same place). You'll find user guides and most TRMs Alsocheck out AppsNet: http://www.oracle.com/appsnet/content.html -Original Message-From: ora ak [mailto:[EMAIL PROTECTED]]Sent: Friday,

SID and DB_NAME

2002-10-24 Thread ora ak
I know this novice question for dba's but just wanted to refresh this , what is difference between SID and DATABASE_NAME , why init.ora file shouldhave database name same as SID and in what circumstances SID and DB_NAME can be different . TIA oramagic Do you Yahoo!? Y! Web Hosting - Let the expert

Re: Connections with WebLogic (5.1) and Oracle 8.1.7 on Solaris

2002-10-16 Thread ora ak
I though WL manages connection pool. Better look into WL configurations for connection pooling . Joshua Becker [EMAIL PROTECTED] wrote: Hi all,we are facing strange problems with our environment.we are using weblogic and solaris8 with 8.1.7.3. It seems that somehow amount of cumulative

Re: Difference - Rebuild and Analyze index

2002-10-16 Thread ora ak
Yes Marul , I think there is a big differenece in them . When you are rebulding the index means you are re-organzing the entries in the index , may be removing the entries for the rows deleted in past and so forth so on. But this doesn't generate any statistics about index. When you analyze index,

RE: Any way to see the currently running SQL in one session.

2002-10-16 Thread ora ak
there is a x$ table which can give u this info I am not able to recall that at the moment . oramagic Paulo Gomes [EMAIL PROTECTED] wrote: u could use top sessions-Original Message-Sent: quarta-feira, 16 de Outubro de 2002 2:28To: Multiple recipients of list ORACLE-LDear ALL,Is there any

Re: How to configure MD5 data encription in Oracle 8i

2002-10-16 Thread ora ak
why not use encryption outside the database and store encrypted string in database . We do it all the time , java application does the encrytion and authentication , db just stores the encrypted string . Just an idea . I dont the answer of your original question :) Oramagic Suman S K [EMAIL

<    1   2   3