Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maybe i'm making this too hard
Message
 
To
All
General information
Forum:
Oracle
Category:
PL/SQL
Title:
Maybe i'm making this too hard
Miscellaneous
Thread ID:
00464608
Message ID:
00464608
Views:
49
Trying to write a stored procedure that will work on a table structure without knowing which specific table we are working on. Since we need to scan through a set of the records, i'm trying to build a cursor as

cursor MonthResidential is select * from lcTableName

where lcTableName is a variable holding the table name.

I'm able to use DBMS_SQL to create, populate and index this table, but need to scan through it to perform some calculations and generate an output file.

how can i build this cursor with the information i have?
Next
Reply
Map
View

Click here to load this message in the networking platform