Oracle Database is a Multi-Model Database Management System created by Oracle Corporation.
I'm using the following query to create a view in Oracle 11g (11.2.0.3.0). CREATE OR REPLACE FORCE VIEW V_DOCUMENTS_LIST ( …
oracle subquery query-optimization select-caseI have spooled a file before running the below command and got the output like this, I have set heading …
oracle sqlplus spoolI have to connect Oracle 11g DB from .NET code. For that purpose I installed ODP.NET bur after reading …
.net oracle odp.net oracleclientI want create cursor inside procedure body dynamically also i have to use for loop instead of below code. i …
sql oracle plsql plsqldeveloperI want to create full copy of the schema on the same database. What is the best technique to do …
oracle oracle11g oracle10g database-administrationI have oracle database running on address xx.xx.xx.xx I know login, password and initial catalog I am …
oracle database-connection connection-string tnspingCan I convert this into 1 command line on bash in sqlplus? cause i want to automate it. sqlplus / as sysdba …
oracle sqlplusI m having a database by name 'HBHAWANI' on my domain server name 'HBHAWANI' (version Oracle 8i). Whenever I try …
oracle dblinkWhen trying to connect to my database with Oracle SQL Developer, I am getting the error: ORA-28001 the password has …
oracle oracle-sqldeveloper