Skip to Main Content

Infrastructure Software

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!

Booting T3-2 servers from downloaded Sol-11-1111 text installer media

918141Feb 16 2012 — edited Jun 25 2012
Hello, I have attempted to boot my new T3-2 servers from an ISO on a DVD. Each time I get an error stating that the file doesn't appear to be executable. This same DVD worked on a T3-1 server. My issue is that the compressed onboard install media that runs when you startup the drive isn't complete. I tried to create the IPS to update and install packages and rsync, pkgrepo, pkgrecv, among other commands, were not found. When I installed my T3-1's everything was there. Very frustrating, I tried connecting a USB DVD drive up but no joy, it still won't see it even after using the alias found with devalias. This was something I had to do with some older Sun hardware that wouldn't boot from the internal drives like this one.
Any one have some information?
I have googled and searched the Oracle docs but nothing.

ej

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 Jul 23 2012
Added on Feb 16 2012
2 comments
1,653 views