Mar 18, 2010 9:01 AM
Unable to query from a particular table
-
Like (0)
I am new to Netezza DB.
Now I am not able to query from a particular table say "load_tab". Actually the table was accessing by different session and its running for long time, and in my current session i am not able to query anything from this table.
I want to know like can we able to kill the session which still running? if possible how? I know in oracle we can use "alter system kill session " command, is anything available in netezza?
thanks
renjish
Check your admin guide, you have lots of options to abort a transaction. You have to be the transaction's owner and your admins must enable this capability for you. If you have an admin, it might be worth shooting an email to them with the session id etc to have them abort it.
When you say you are unable to query, is this a permission denied or the data is not visible because the insert has not yet completed?
Thanks for your immediate response David.
I am the owner say:df2pusr, of the trasaction which still runs in the background. I dont have admin rights in the system. But i want to know how to abort the transaction. Could you get me the command for this?.
I have all rights like insert, delete, truncate etc on the table, but when i query from the table its hanging? So i though if i abort the session which still runs, i could be able to access the same table.
Could you help me?
thanks
renjish
Thanks a lot...
renjish

