asked on
ASKER
Error starting at line : 19 in command -
select * from user_tab_privs where owner = CISUAT
order by table_name, grantee
Error at Command Line : 19 Column : 44
Error report -
SQL Error: ORA-00904: "CISUAT": invalid identifier
00904. 00000 - "%s: invalid identifier"
*Cause:
*Action:
ASKER
ASKER
ASKER
Oracle is an object-relational database management system. It supports a large number of languages and application development frameworks. Its primary languages are SQL, PL/SQL and Java, but it also includes support for C and C++. Oracle also has its own enterprise modules and application server software.
TRUSTED BY
select * from user_tab_privs where owner = user
order by table_name, grantee;