Adwa,Liu
December 26th, 2003, 05:35 AM
One procedure returns a resultset, one column among the resultset is corresponding to the current user account(also as schema name for some dbms)
for example, if you logon with "some_db_user" account, and execute the procedure, then the column should be "some_db_user"
So here the problem is how stored procedure to figure out the current schema name
for example, if you logon with "some_db_user" account, and execute the procedure, then the column should be "some_db_user"
So here the problem is how stored procedure to figure out the current schema name