PL/SQL Developer is an Integrated Development Environment by Allround Automations that is specifically targeted at the development of stored program units for Oracle Databases.
In a table column, I have this value: DV-2011-01-000004 (the data type is varchar2) How can i get …
plsql plsqldeveloperI'm running queries in PL/SQL Developer. How to find out the running time of sql query in PL/SQL. …
sql plsql plsqldeveloperIf I execute a simple select statement in pl/sql developer against a database table, I get a standard set …
sql oracle plsql oracle11g plsqldeveloperI have this Associative array 3-d type v_arr_class is table of varchar2(255) index by varchar2(255); type v_arr_…
arrays plsql plsqldeveloperI want to test some schemas and indexes, and I was wondering if there is a functionality in PL/SQL …
database oracle plsql plsqldeveloper test-dataI learned the basics of writing a function and procedure in pl-sql but I don't know how to test if …
oracle function debugging plsqldeveloperI'm debugging an Oracle package using PL/SQL developer, but I'm running into a problem - one of the parameters …
plsql plsqldeveloperI am using Oracle 10g and PL/SQL Developer for the development. I have already tested from Net Manager that …
oracle plsqldeveloper ora-12154Suppose I have two SELECTquery on same table and I need to compare them column by column. Query 1: select * from …
sql oracle plsqldeveloperIn the below query how to get IO_CURSOR values in PL/SQL's "SQL Window" DECLARE SOME_VAR_1 VARCHAR2(20); SOME_…
oracle plsqldeveloper