User 5d01fe091c
08-06-2010 11:00:06
hi,
We're trying to upgrade one of our databases to 5.3.3 from 5.1.1 but it is not accepting the SYS AS SYSDBA credentials (invalid username/password), however we can access the database with these credentials using sqlplus in the same session.
It seems to be concatenating the directory of the old version twice as well for some reason so not finding the license file - why is this?
Any ideas?
cheers
Ian & Catherine
snapshot:
uk-abi-sdb21 jchem $ sh ./upgrade-evol.sh
+ /usr/java/jdk1.6.0_11/bin/java -classpath ../lib/jchem.jar:/apps/oracle/product/10.2.0/jdbc/lib/ojdbc5.jar:/apps/oracle/product/10.2.0/jdbc/lib/ojdbc14.jar -Djava.util.logging.config.file=conf/logging.properties chemaxon.jchem.cartridge.install.UpgradeCmdLine --oracle-home /apps/oracle/product/10.2.0
The path to the home directory of the old JChem version: /apps/chemaxon/jchem/5.1.1
====> The directory /apps/chemaxon/jchem/5.1.1/cartridge/apps/chemaxon/jchem/5.1.1/cartridge/licenses, where the old JChem Cartridge version expected the licenses files, doesn't exist.
Name of the Oracle host. [localhost]:
Oracle listener port [1521]:
Name of the Oracle instance [ccddev]:
DBA login [SYSTEM]: SYS AS SYSDBA
DBA password:
====> Error: ORA-01017: invalid username/password; logon denied
DBA login [SYS AS SYSDBA]: + set +x
uk-abi-sdb21 jchem $ sqlplus
SQL*Plus: Release 10.2.0.3.0 - Production on Tue Jun 8 11:56:50 2010
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Enter user-name: SYS AS SYSDBA
Enter password:
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL>