There's a section for Oracle as well, not saying this is the solution .. Was just curious about the errors you were seeing...
Oracle
To ensure that the scripts are upgraded properly:
- Open SQL Plus.
- Click File> Open> File.
- Navigate to the location of the jobs, then copy the contents of
job_schedule1_oracle.sql
:
- VirtualCenter 2.5:
C:\Program Files\VMware\Infrastructure\VirtualCenter Server\dbupgrade\Upgrade-v3-to-v4\PL-SQL\
- vCenter Server 4.x:
C:\Program Files\VMware\Infrastructure\VirtualCenter Server\
- vCenter Server 5.x:
C:\Program Files\VMware\Infrastructure\VirtualCenter Server\
- Open an SQL Plus session with a user account that has access to the Oracle tables, jobs, and schedules related to the vCenter Server.
- Execute the
job_schedule1_oracle.sql
script.
Note: Contact your Oracle database administrator or see Oracle support documentation for information on how to execute Oracle scripts.- Repeat steps 1-5 for
job_schedule2_oracle.sql
andjob_schedule3_oracle.sql
.- After all three jobs are created, ensure that the global Oracle setting
JOB_QUEUE_PROCESSES
is not set to0
as this disables all job processing. To show this parameter setting, run the query:
select value from v$parameter where name='job_queue_processes';