Our company employs Oracle Financials products. However, I am facing the problem with accessing the schema with my administrator username and password. How could I verify if the Oracle Financials schema is correctly generated for my account?
How to Fix Issue in Accessing the Oracle Financials Schema
Hello Sara Wrightstone,
Oracle Financials is installed with the VIS demo. It is installed in a number of schemas. Some of the important ones are:
– GL: General Ledger
– AP: Payables
– AR: Receivables
– FA: Fixed Assets
You can connect through the front end with user OPERATIONS (password WELCOME). I think he has all the financial responsibilities. Probably there are other users created with the demo that can access the Financials modules as well. If you are not able to connect with them because of incorrect pwd, login with user SYSADMIN / SYSADMIN and change the password.
I hope it will be more effective..
Regards.
Shiifflett Laurel
How to Fix Issue in Accessing the Oracle Financials Schema
Dear,
Oracle databases keep information about the logical and physical structure of a database. Actually the oracle regularly accesses the data dictionary to parse. Operation of oracle always depends when it is ready to access to the data dictionary. Oracle users can be affected by the performance bottlenecks what is in the data dictionary. For that reason administrator should be aware of the cache. He should ensure enough capacity to cache.
Most Oracle database installations traditionally come with a default schema called SCOTT. After the installation process has set up the sample tables, the user can log into the database with the username Scott and the password tiger. (The name of the SCOTT schema originated with Bruce Scott, one of the first employees at Oracle (then Software Development Laboratories), who had a cat named Tiger.)
Thank You.