Question : I’m not an expert about DBMS_SCHEDULER.CREATE_JOB and i’ve been asked to create a job. When i run it […]
Tag: plsql-developer
Access tables from multiple schemas
Question : I have two schemes with multiple tables. The queries in packages heavily reference schema names. Is it possible […]
ORA-03135 connection lost contact
Question : First i connect to oracle remotely, then open pl/sqldeveloper create one table. Then i am trying to import […]
SQL80001 – incorrect syntax near ‘)’
Question : In the below code (that I’ve inherited), I’m getting the message “SQL80001 – incorrect syntax near ‘)’”, the […]
ORA-01422 Error Occurred When I Call Procedure with Number Parameter
Question : I want to write PL/SQL Procedure that updates salary which is less than 2000. I wrote this procedure.And […]
First query running in PL/SQL Developer results the error
Question : When I run first query in PL/SQL Developer I got the error: Dynamic Performance Tables not accessible, Automatic […]
SQL80001 – incorrect syntax near ‘)’
Question : In the below code (that I’ve inherited), I’m getting the message “SQL80001 – incorrect syntax near ‘)’”, the […]
Connect to oracle 11 on a corporate network via oracle developer 17
Question : Sorry for this absolute oracle noob question: I am in an environment that uses integrated / active directory […]
Could Not Be Accessed Value Of The For Loop Counter In PL/SQL
Question : I try to learn PL/SQL for loops in tutorials. I learn flow of control in a for loops. […]
How to data transpose in sql view?
Question : Table1 Name CITY RANK Manish New delhi A Akash New delhi A Akash Aligarh B Vinay Barh C […]