Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in plsql

Oracle database link. Check for existence or overwrite?

oracle plsql database-link

PL/SQL: Error when creating sequence

oracle plsql pls-00103

Count the number of 7AM or 7PM occurrences between two datetimes

sql oracle plsql oracle11g

Oracle 11g : When declaring new TYPE as TABLE, must I add "INDEX BY PLS_INTEGER"?

plsql oracle11g

Oracle Procedure error (PLS-00428)

sql plsql oracle10g procedure

BULK COLLECT into a table of objects

Dynamic PL/SQL date parameter with time value retained

oracle dynamic plsql proc

Return multiple values from PL/SQL Function

oracle plsql sql-function

what's the difference between ::= and := in oracle?

oracle plsql colon-equals

PL/SQL maximum size of VARRAY

In Oracle, what does [select * from table()] mean?

sql oracle plsql

Oracle v() vs nv() function

sql oracle plsql oracle-apex

what is the difference between oracle "create or replace type" and "type type_name is..." syntax

sql oracle plsql types

How can I check a type's dependents order to drop them and replace/modify the initial type?

database oracle plsql

Trying to make a job to be executed after each 1 minute,but its not working?

oracle plsql oracle9i dbms-job

Migration tool from TSQL to PL/SQL? [closed]

sql sql-server oracle tsql plsql

Problem using 'execute immediate' in PL SQL Procedure

sql oracle plsql

Validating IBAN in PL/SQL

oracle validation plsql iban

Odd coding style of IF block in PL/SQL

sql oracle plsql

How to read string from right PLSQL

plsql plsqldeveloper