Date: 10-Aug-2010
Version: weblogic portal 10.3.2
Getting the below ERROR when starting a Weblogic Portal 10.3.2 domain
Solution:
Create a dummy SYSTABLES table in Oracle. Your portal datasources will run “SELECT COUNT(*) FROM SYSTABLES” command when server starting up. If the table is not there in Database it will through those error and cause startup problem. So please create the dummy table or change the testing query at $WEBLOGIC_DOMAIN_HOME/config/jdbc/
No comments:
Post a Comment