Modules [message #58429] |
Tue, 26 August 2003 06:21 |
Alex
Messages: 190 Registered: August 1999
|
Senior Member |
|
|
Hello I am investigating Oracle at the moment.
Can someone help give me a clearer view into Oracle ?
How can you tell if a client has Oracle or Oracle financials if they tell you which version they are using ?
What is the difference between Funcional and Technical ?
Thnks for any help in theis inital start !
Cheers
Alexandra
|
|
|
Re: Modules [message #58430 is a reply to message #58429] |
Tue, 26 August 2003 06:46 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
i beleive an Apps DBA should have alteast some functional knowledge about concerned app and more specific technical knowledge about the application.
These are very complex, 'custom applications' which needs to be customized for every organization.
so some functional and Extreme technical knowledge about the product ( apart from general database adminstration) is essential.
to check the version of database,
you use a query like this
dbadmin@mutation_mutation > select * from v$version
2 ;
BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
PL/SQL Release 9.2.0.1.0 - Production
CORE 9.2.0.1.0 Production
TNS for Solaris: Version 9.2.0.1.0 - Production
NLSRTL Version 9.2.0.1.0 - Production
|
|
|