I am using 10g.
I am running a test. I want to create an explicit cursor. Then I want
to put the data that is in the cursor into a table. The problem is
that the table has a lot of fields. I could put the data into
variables then use the insert into command.
Is there an better way to use explicit cursors and put that data into
a table? I tried searching the net but the examples did not help.