Top "Oracle11gr2" questions

Oracle 11gR2, an RDBMS product, is the second and terminal release of the Oracle 11g database.

Configure ASP.NET MVC 4 Application with Oracle 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 oracle11gr2
How to tell System.Data.OracleClient to use the 64 bit Oracle Driver

I 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.oracleclient
truncated LISTAGG string

I'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 oracle11gr2
How to set PHYSICAL STANDBY to "READ ONLY WITH APPLY" mode

I have standby database(version : Oracle Database 11g Enterprise Edition Release 11.2.0.1.0) in "MOUNTED" mode. SQL> select database_role,open_…

oracle11gr2 dataguard
Selecting both MIN and MAX From the Table is slower than expected

I have a table MYTABLE with a date column SDATE which is the primary key of the table and has …

sql oracle oracle11g oracle11gr2
What is using Oracle database space? ("ORA-12953: ... exceeds the maximum allowed database size")

I just have materialized view (small no of rows) in my oracle database and nothing but my database is compalining : …

oracle oracle-xe oracle11gr2
grant SELECT access to v$session to other users

I 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 oracle11gr2
Truncating timestamps

Let'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 oracle11gr2
RPM-GPG-KEY Error While Installing Oracle Database 11g Release 2 (11.2.0.1.0)

I 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 oracle11gr2
is it possible to recover the Oracle Data Pump master table?

I'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