Oracle Database is a Multi-Model Database Management System created by Oracle Corporation.
In Oracle SQL Developer, if I'm viewing the information on a table, I can view the constraints, which let me …
sql oracle foreign-keys oracle-sqldeveloperIs it possible to create user-defined exceptions and be able to change the SQLERRM? For example: DECLARE ex_custom EXCEPTION; …
oracle exception plsql custom-exceptionsUsing the following query and results, I'm looking for the most recent entry where the ChargeId and ChargeType are unique. …
sql oracleGiven 03/09/1982 how can we say it is which week day. In this case it will be Tue. Is it possible …
oracle date dayofweekI'd like to write a SELECT statement that uses just one test to return columns with no value (null, empty, …
sql oracle oracle10gThe default behaviour of LIKE and the other comparison operators, = etc is case-sensitive. Is it possible make them case-insensitive?
sql oracle case-sensitive case-insensitive sql-likeOur application has failed a few times because an 'ORA-01536: space quota exceeded for tablespace', and we would like to …
oracle tablespaceIs there any way to get around the Oracle 10g limitation of 1000 items in a static IN clause? I have …
oracle in-clauseIs it possible to show other processes in progress on an Oracle database? Something like Sybases sp_who
oracle process