Skip to Main Content

Hardware

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OVM 3.1.1 Server installation is not working

sdormayerNov 21 2012
Hi all,

I tried to install the OVM 3.1.1 Server with Ops Center. I've uploaded the ISO image, updated the default profile and then I ran the plan. The installation stops at:
Xen: setup ISA identity maps
about to get started...
(XEN) traps.c:2458:d0 Domain attempted WRMSR 00000000c0010004 from 0x00008db490092100 to 0x000000000000abcd.

then nothing happens anymore.

If I use the ISO to install it without OPS Center everything works fine.

Best regards
Stefan

Comments

388131
First of all I would reconsider if you really need to create a trigger inside a procedure. Question the reason...
Then, if you really need to do create it that way, you could try dynamic sql.
Ludock
This trigger have to be on all tables.

After creation a table, i call the procedure to generate the trigger.
388131
Well, then proceed with dynamic SQL.

Or, in my opinion much better: produce a SQL script with variables for table name and trigger name.
Then run this script with the appropriate values every time you have created a table.

Cheers,
Guido

Edited by: Guido on Oct 22, 2008 10:30 AM
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 19 2012
Added on Nov 21 2012
0 comments
203 views