User 9912280a1f
31-07-2006 07:49:31
Hi,
Just installed the latest test version of JChem Cartridge. Using oracle 9i.
When I try and create a JChem table using the stored procedure create_jctable, I get an ORA-01017 error:-
I am logged into PL/SQL as the cartridge owner so I am a bit puzzled. I can create a table via jcman using the cartridge owner login.
Paul
Just installed the latest test version of JChem Cartridge. Using oracle 9i.
When I try and create a JChem table using the stored procedure create_jctable, I get an ORA-01017 error:-
Code: |
SQL> begin 2 jchem_table_pkg.create_jctable('TAB1', 'JChemProperties', 16, 2, 6, ', RECNO NUMBER', null, 1); 3 end; 4 / begin * ERROR at line 1: ORA-29532: Java call terminated by uncaught Java exception: java.lang.RuntimeException: The following exception has been thrown by the servlet: Exception: ORA-01017: invalid username/password; logon denied ORA-06512: at "CARTOWNER.JCHEM_TABLE_PKG", line 0 ORA-06512: at line 2 |
I am logged into PL/SQL as the cartridge owner so I am a bit puzzled. I can create a table via jcman using the cartridge owner login.
Paul