Exporting database Oracle 7.3 on Windows NT 3.51
How to take dump files on Oracle7.3 running on Windows NT 3.51? Should you stand in the Orant/bin folder and run one of the programs there like> exp73 SYSTEM/password@[dbinstance] FULL=Y...
View ArticleHow to set Proxy Settings when installing Oracle 11g on Windows 7 Ultimate...
I have downloaded the file – “win32_11gR2_database_1of2.zip” from oracle site. While installing Oracle 11g, I find this window in the first place: What to do? What values should I put on the dialog...
View ArticleFind who and when changed a specific value in the database
We recent found some record in a table of an oracle database has been updated to another value.and it has been cause very important mistake. we want to find out who and when has done this? could...
View ArticlePassing parameters to a procedure executed by DBMS_SCHEDULER
I have a scheduler program that runs a stored procedure that requires input parameters. BEGIN DBMS_SCHEDULER.DROP_PROGRAM (program_name => 'MYSCHEMA.EXPORT_SCHEMA_STARTING'); END; / BEGIN...
View ArticleHow to clone a database from one environment to a database on another...
OS: RHEL DB: Oracle 11g version 11.1.0.7.0 I am trying to clone a database on one environment (environment A) to another database on a separate environment (Environment B). Environment B’s database is...
View ArticleNeed advice regarding RMAN's working
I have configured a RMAN script which first takes the backup of the database and then deletes the obsolete backupsets according to the present retention policy.Now is there any possibility of the given...
View ArticleIs it possible to connect to Oracle DB Server with FileMaker if SI Object...
I have done setting up ODBC in order to connect to Oracle DB Server. The software called “SI Object browser 9″ is succeeding in connecting via ODBC(I believe that it’s using regular ODBC) So I tried to...
View ArticleMultiple JOIN of 6 tables via 5 database instances
I’m currently reengineering my corporates user management and created a table which lists all users of all the 5 database instances. Next step is, that I need to write a query which shows me all the...
View ArticleWhy can't OUI detect system packages when they are already installed?
I am installing Oracle 11g 32bit on Ubuntu Linux and the OUI shows following error message on Prerequisite Checks screen – This is a prerequisite condition to test whether the package "make-3.80" is...
View ArticleError AWR Operation failed: CATPROC not valid when creating database with dbca
I have a fresh installation of Oracle 11g enterprise edition on CentOS 6, both 64 bits. I have installed Oracle and so far everything looks fine. I have already added an started a listener. The problem...
View ArticleUsing a Having clause with an outer join
I want to use a “having” clause with an outer join, using a column that is used in the outer join. This is my query: SELECT I.CARD_BIN BIN FROM GE_ICA_BIN I LEFT OUTER JOIN GE_PAYEE_VALIDATION P ON...
View ArticleRMAN backup Issue ( ORA-27052: unable to flush file data )
This error comes while RMAN backup running backup pieces. Location is on an NFS share (mount point /b02). This error comes on a regular basis. The mount point has enough space. Sometimes the backup...
View Articleneed the most efficient way to handle unique constraint errors
I am looking for the most efficient way to solve this situation: We are an Oracle shop. I need to load data from one table to another. My source table, which contains 30 million rows, has a person...
View ArticleOracle spatial. Cannot load data
Have just installed QGIS 1.9 with Oracle spatial abilities. We maintain geodata in an Oracle 9.2. spatial database. I get connected to the database but I can not load the data. The table shows up with...
View Articlecopy package from schema B to schema C
I am in the next situation: I am using oracle 11g. I am connected to an user, lets say schema1, where are a lot of permissions. I want to create a script which will copy the Package1 (and its body)...
View ArticleMapInfo/PlanWeb and Oracle to ArcGIS/GeoCortex Essentials and Oracle [closed]
As an organisation we currently use MapInfo desktop GIS (120 users) and PlanWeb intranet GIS (about 1000 users), both products of Pitney Bowes. We have about 15 core desktop GIS users who edit spatial...
View Articleunloading data from oracle dbf files [duplicate]
This question is an exact duplicate of: Restore oracle database from DBF files [closed] 1 answer
View ArticleRestore oracle database from DBF files [closed]
I have a list of DBF oracle files and I need to rebuild a database from these files, but I am a little newbie in oracle db administration http://s9.postimg.org/mxmx0g73j/Untitled.jpg
View ArticleWhy can't we write ddl statement directly into the PL/SQL block
Why can’t we write ddl statements directly in PL/SQL block, for example when i write CREATE OR REPLACE PROCEDURE test IS BEGIN truncate table table_name; // error END test; / But, CREATE OR REPLACE...
View ArticleWhy can't OUI detect system packages when they are already installed?
I am installing Oracle 11g 32bit on Ubuntu Linux and the OUI shows following error message on Prerequisite Checks screen – This is a prerequisite condition to test whether the package "make-3.80" is...
View Article