Oracle Database is a Multi-Model Database Management System created by Oracle Corporation.
In SQL Server we can type IsNull() to determine if a field is null. Is there an equivalent function in …
sql-server oracle tsql plsqlCan I find out when the last INSERT, UPDATE or DELETE statement was performed on a table in an Oracle …
oracle oracle-call-interfaceI have a question regarding where bind variables can be used in a dynamic SQL statement in PL/SQL. For …
sql oracle plsql oracle11g execute-immediatei have a query like : SELECT column as averyveryveryverylongalias (more than 30 characters) FROM Table_name it returns the error ORA-00972 …
sql oracle aliasI was trying to connect to the database here in my laptop using Oracle Toad but I kept on having …
oracle toad ora-12170I have "read only" access to a few tables in an Oracle database. I need to get schema information on …
oracle plsql ddl privilegesI have an application that I can't get connected to my Oracle Database 11g Express Edition. I created a test …
oracle oracle11gI want to insert to a table from a select statement, however, there are 3 columns returned from the select statement …
sql oracleI am in terminal in Redhat 5.5 and I need to find out which version of Oracle is installed. I am …
linux oracle rhelI run oracle 11g and need to move table (tbl1) from one tablespace (tblspc1) to another (tblspc2). What is the …
oracle oracle11g move