Wednesday, February 29, 2012

CFGFWK-60850: Test Failed!

1. Created the table:
CREATE TABLE schema_version_registry(owner VARCHAR2(10), mr_type VARCHAR2(10), version VARCHAR2(50));
2. Get the user by running the below query:
select user from dual;
3. Insert the expected values into the table:
INSERT INTO schema_version_registry VALUES (user_name,'MDS','11.1.1.2.0');
COMMIT;
4. Go to your Configuration Wizard and the Test the connection again.
5. If the test is not successful, then there's some problem with the database connection settings.
6. If the test is successul, drop the table and proceed with your Configuration.
DROP TABLE schema_version_registry;

No comments: