Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oracle-database

update query result not reflecting in table

sql oracle-database

Issue using Dapper with C# to call an Oracle stored proc with refcursor as out parameter, however refcursor as return value works

Multiple column Union Query without duplicates

sql oracle-database union

sql query to find second not null value in a table (oracle)

sql oracle-database

INSERT ALL INTO a table over a dblink .. Is it possible?

oracle-database dblink

How to specify tablespace_name in SQLPlus Oracle select

oracle-database sqlplus

How to select stored procedure output parameters as a table in oracle sql developer

When you do not need to close a cursor in oracle?

oracle-database

ORA-01017 invalid username/password logon denied

oracle-database oracle12c

How can I use Hibernate/JPA to tell the DB who the user is before inserts/updates/deletes?

Entity framework and Oracle Public database links

Is the Oracle_SID the same the login name on Oracle?

oracle-database schema

CLOB in Postgresql

Hibernate Multi-table Bulk Operations always try to create the temporary table

Oracle EXPLAIN PLAN FOR Returns Nothing

How to use dash (-) character in LIKE query

sql oracle-database

Is there an Oracle SQL tool that builds insert statements from a result set?

ORA-00909: invalid number of arguments

sql oracle-database

How can I remove milliseconds from Timestamp in Oracle? [duplicate]