Search code examples
How do I ensure my 2 procedures update the same record during the same session...

loggingtimeplsqlsql-updaterecord

Read More
Getting SQL statement ignored in procedure...

sqloracle-databaseplsql

Read More
Need to Handle IF condition in PL/SQL BULK Collect For Loop...

sqlplsqllookupbulk

Read More
Need to compare value in source table with standard values in spec table using MINUS concept of PL/S...

oracle-databaseplsqlminus

Read More
Oracle APEX Get classic report column value APEX_APPLICATION.G_F30(i) but gives ORA-01403: no data f...

oracle-databaseplsqloracle-apexoracle-apex-19.1

Read More
Convert data type CHAR to data type boolean in plsql...

plsql

Read More
Alternative for 'for loop' PL/SQL...

oracle-databaseplsql

Read More
Query to create multiple equal records of volume distribution using duration (in terms of months)...

sqloracle-databaseplsql

Read More
How to add Check constraint in Oracle sql to check for the percentage not greater than 100...

sqloracle-databaseplsql

Read More
Adding a heading to output from pl/sql...

sqloracle-databaseplsql

Read More
How to implement AFTER INSERT Trigger in Oracle PL/SQL?...

sqloracle-databaseplsqltriggerssql-insert

Read More
PL/SQL Initiate a multi-dimensional array INDEX BY VARCHAR2...

oracle-databaseplsql

Read More
Passing an array to PL/SQL...

sqloracle-databaseshellplsql

Read More
Another PLS-00103 when writing a trigger...

oracle-databaseplsqltriggers

Read More
PL/SQL - Avoid Compiler warning: "value assigned, never used"...

oracle-databaseplsqlcompiler-warningsplsqldeveloper

Read More
Extend method creating additional empty rows...

oracle-databaseplsql

Read More
Oracle - Load local/client file to blob column...

oracle-databaseplsqloracle-sqldevelopersqlplusoracle19c

Read More
Oracle SQL - substr parameter hardcoding...

sqloracle-databaseplsql

Read More
Mutating table error when trying to Insert into Table with select...

sqloracle-databaseplsql

Read More
Oracle's SDO_NET.FIND_CONNECTED_COMPONENTS fails with 'wrong number or types of arguments in...

sqlplsqloracle12c

Read More
Aggregation into collection in Oracle PL/SQL...

oracle-databaseplsqlcollectionsaggregateoracle19c

Read More
PL/SQL script to search for a particular string in data from the entire database...

oracle-databaseplsqloracle-sqldeveloperplsqldeveloper

Read More
Take out last 2 characters from the string and append at the beginning of the string...

sqloracle-databaseplsql

Read More
Is it possible to have conditional 'FETCH NEXT X ROWS ONLY' by checking the result set count...

c#sqloracle-databaseplsql

Read More
Not getting normal DDL command while fetching DDL of table...

oracle-databaseplsql

Read More
In Oracle, how to delete a row with a specific value, only if it is a duplicate?...

sqloracle-databaseplsql

Read More
Oracle PL/SQL - How to create a simple array variable?...

oracle-databaseplsqloracle9i

Read More
The minimum size of Oracle LOB...

oracle-databaseplsqlblobclobnclob

Read More
How to generate JSON in Oracle for a CLOB that is > 32k (e.g. 60,000 characters)?...

sqljsonoracle-databaseplsqlclob

Read More
How can I avoid the warning fom an unused parameter in PLSQ?...

oracle-databaseplsqlparametersfunction

Read More
BackNext