Unable to validate oracle database credentials after Oracle Forms 6i Installation

Asked By 200 points N/A Posted on -
qa-featured

Hi,

I have been using oracle for about many years and this was the first time I encountered this problem. When I installed oracle forms 6i on the oracle server ,the configuration of the backup exec remote agent utility failed with the following error:
 
“Unable to validate Oracle database credentials. Try again. ”
 
As I attempt to enter the oracle logon credentials in the Symantec backup exec remote agent utility under the oracle tab, a warning message pops up saying:
 
“Unable to validate Oracle database credentials. Try again. ”
 
I also downloaded oracle database 9i (9.2.0.1.0) and oracle forms services and oracle forms developer 6i release 2 and saved it on one specific folder on my computer. I am really having a hard time configuring what might go wrong on my computer? I hope there is someone out there who knows the solution to this big problem of mine. Really need your help badly.
 
Thanks.
SHARE
Answered By 0 points N/A #125568

Unable to validate oracle database credentials after Oracle Forms 6i Installation

qa-featured

Hi Edward Jones,

Solution to your problem is to create an Oracle account with the correct credentials or permissions. This is required for protection and security of your files. There is a default user account, but on certain cases this is not sufficient for your system. You have to create a specific secure account for security and safety purposes. Use The Oracle Server Manager to create your account or by Oracle DBA Studio if you have any.

Create your account by following these steps:

1. On DBA Studio, connect as SYSDBA and modify your database.

2. Expand the Security tab on the left side of the Window.

3. Select Users.

4. Select Create after right clicking on the Users.

5. Enter a name and a password on the dialog box to create your new user account.

6. Go to System Privileges tab.

7. Provide privileges and double click each of these users:
 

  • ALTER DATABASE.
  • ALTER ROLLBACK SEGMENT.
  • ALTER SYSTEM.
  • ALTER TABLESPACE.
  • SELECT ANY TABLE.


8. Assign the selected rights by clicking the Create tab.

9. Enter the newly created account to specify the SID information on the Oracle server.

Use these screenshots as your guidance:

 

Good luck,

Karen.

Related Questions