Get object id from rowid:
===========================
Some time we have rowid casuing issue, but we dont know for which object you can find object id from the below query.
Select DBMS_ROWID.rowid_object('give your row id here') from dual;
The content includes guides, troubleshooting tips, and best practices for managing database environments, with an emphasis on Oracle and PostgreSQL systems. You can read the full analysis at Anuroop Challa's DBA Blog.
View running queries in postgreSQL: SELECT * FROM pg_stat_activity;
No comments:
Post a Comment