Top "Oracle" questions

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

Tools to generate a database diagram/ER diagram from existing Oracle database?

Looking for tools (windows platform) to genereate ER diagram (or similar) from an existing Oracle database. Any good tools out …

oracle data-modeling reverse-engineering documentation-generation er-diagram
MySQL vs. SQL Server vs. Oracle

I have always only used MySQL and no other database system. A question came up at a company meeting today …

mysql sql-server oracle
Favorite SQL*Plus tips and tricks

So many times I just need a quick connection to an Oracle DB, where SQLPLUS handles the job. I imagine …

sql oracle sqlplus
ORA-01810: format code appears twice

Why is the sql below generating an ORA-01810 error? I researched the error and I am using different date formats …

sql oracle timestamp date-formatting
How do you move a partitioned table from one tablespace to another in Oracle 11g?

I have a partitioned table that belongs to tablespace report. I want to move it to tablespace record instead. One …

sql oracle tablespace
Does SQLDeveloper support executing scripts?

I was trying to follow some instructions today, and it starts with the comment REM In SQLPlus I manually copy …

oracle sqlplus oracle-sqldeveloper
Change column name in Oracle in SELECT statement

In MSSQL I can select a column and change the column header by doing: SELECT mycolumn as 'MyNewColumnName' from MyTable …

sql-server oracle select columnname
ORA-01741: illegal zero-length identifier

Hi I am using a delete query in my shell script and I am facing this issue. delete from WHITELIST_…

sql oracle ksh
Oracle - ORA-01489: result of string concatenation is too long

Created one view within which one field(of 6) is a concatenation of two fields from the source table. Created a …

sql oracle oracle11g size listagg
How to change settings for SQL Developer to correctly recognize current version of SDK

I've installed Oracle 11g r2 to my machine and when I opened Oracle SQL Developer it says: java 1.6.0_02 is not …

oracle oracle11g oracle-sqldeveloper jdk1.6