Quantcast
Channel: Kamran Agayev's Oracle Blog » SQL and PL/SQL
Browsing latest articles
Browse All 3 View Live

Welcome to my Oracle Blog

Hi All. Welcome to my Oracle Blog. In this blog, I’ll try to add new solutions for some problems and provide briefly examples. Moreover, I’m planning periodically to analyze some administration...

View Article



Getting "ORA-00942: table or view does not exist" when missing REFERENCES...

SQL> create user usr1 identified by usr1; User created. SQL> grant dba to usr1; Grant succeeded. SQL> create user usr2 identified by usr2; User created. SQL> grant dba to usr2; Grant...

View Article

ORA-06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind

Today, when I was using BULK COLLECT to fetch some rows to the collection, I got the following error: ORA-06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind I checked my code and didn’t...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images