Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
catcon.pl completed with errors

I have a unix shell script that executes a sql script using catcon.pl and pass in 2 unix variables as parameters.
The general command to be run in user PDBs:
catcon.pl -f -s -S -l <path> -b <logfile base> script.sql --p${val1} --p${val2}
A long diagnostic debug output follows, and the last few lines at the end are as follows:
catcon::wait_for_completion: unexpected error in next_proc()
catcon::catconExec_int: unexpected error in wait_for_completion
catcon::catconExec: an error (1) was encountered
catcon.pl: unexpected error encountered in catconExec
while running scripts against Containers at UPGRADE_LEVEL of 1; exiting
catcon::catconWrapUp: catconInit2 has not been run
catcon.pl: completed with errors
Would appreciate any advice on how to interpret and debug the error and root cause. Thank you.
Answers
-
Is there an Exit in your .sql ? I had the same issue when there was an Exit in the sql script
-
Hi, how did you solve this issue?
-
I have the same problem and apex is correctly not installing