Oracle 11gR2, an RDBMS product, is the second and terminal release of the Oracle 11g database.
I am currently working on ASP.NET MVC 4 project with Oracle database. I have successfully add the connection string in …
c# asp.net-mvc-4 oracle11gr2I am trying to run a .NET application which uses System.Data.OracleClient on a Win7 x64 workstation. The workstation …
windows-7 .net-4.0 64-bit oracle11gr2 system.data.oracleclientI'm using Oracle 11g r2 and I need to concatenate strings (VARCHAR2, 300) from multiple rows. I'm using LISTAGG which works …
sql oracle oracle11g aggregate-functions oracle11gr2I have standby database(version : Oracle Database 11g Enterprise Edition Release 11.2.0.1.0) in "MOUNTED" mode. SQL> select database_role,open_…
oracle11gr2 dataguardI have a table MYTABLE with a date column SDATE which is the primary key of the table and has …
sql oracle oracle11g oracle11gr2I just have materialized view (small no of rows) in my oracle database and nothing but my database is compalining : …
oracle oracle-xe oracle11gr2I want to grant SELECT access to v$session to other users in an Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 …
oracle oracle11gr2Let's suppose I have a timestamp variable: select timestamp '2011-02-24 08:30:42 +06:00' from dual; Is there any way to "…
sql oracle timestamp oracle11gr2I am Trying to install Oracle Database 11gr2 in CENTOS 7.For installation process I am following this procedure https://oracle-base.…
database oracle oracle11g centos7 oracle11gr2I'm trying to import a few files with a published Oracle Data Pump perl script: dumpinfo.pl After successfully importing …
oracle oracle11g oracle11gr2 recover datapump