Top "Oracle" questions

Oracle Database is a Multi-Model Database Management System created by Oracle Corporation.

Oracle subquery does not see the variable from the outer block 2 levels up

I'd like to get in one query a post and the first comment associated with the post. Here is how …

sql oracle ora-00904
How do you convert from scientific notation in Oracle SQL?

We are trying to load a file created by FastExport into an oracle database. However the Float column is being …

sql oracle sql-loader
Oracle Form FRM-40735: ON-ERROR trigger raised unhandled exception ORA-06502

I have a table trigger like below: CREATE OR REPLACE TRIGGER PAT_BUR_DOB_TRG BEFORE UPDATE OF DOB ON …

oracle plsql triggers oracleforms mutating-table
Group by vs Partition by in Oracle

I am writing a query to fetch records from a Oracle warehouse. Its a simple Select Query with joins on …

sql oracle data-warehouse analytic-functions
Get IP addresses of established connections to Oracle 11

During development I found that database have large number of lived connections by: SELECT username, COUNT(*) FROM v$session GROUP …

oracle sqlplus ora-24247
Oracle REGEXP_LIKE and word boundaries

I am having a problem with matching word boundaries with REGEXP_LIKE. The following query returns a single row, as …

regex oracle word-boundary
How to use Toad to trace SQL

How to use Toad to trace what sql are being executed by my application? All I want to do is …

performance oracle profiling toad
SQL query using a case statement within the group by fields

I have a complex query that joins different tables to get the count. There are a few fields to group …

sql oracle ora-00904
Can't create Database Link to remote DB in Oracle-DB

We have a CRM system in our company, which uses an Oracle 11g database. It is developed by a third …

oracle database-connection database-link heterogeneous-services
ORA-00988: missing or invalid password(s)

I'm trying to change an oracle password: alter user FOO identified by 'BAR'; and I'm getting the following back: Error …

oracle passwords createuser