Skip to Main Content

SQL & PL/SQL

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!

Table name alternative

User_U2FI3Jun 21 2022

Hi everybody,
Is it possible in oracle to declare a table name without actually involve the name of the table in the query?
I want to retrieve data from a table, but the name of the table is restricted, if the firewall sees that word i get an error message. (Its a capture the flag, not a real webapp)
I wonder if is there any method the declare that table without using its name to retrieve data from it?

Comments
Post Details
Added on Jun 21 2022
6 comments
438 views