Toad 9.7.2 for Oracle hangs on Windows 7
I am using Toad 9.7.2 on Windows 7 64 bit. It is generally working fine but there is one problem. When I click on certain tables in “Schema Browser” and then click on “Data” tab to see records in them...
View ArticleOracle Enterprise manager express is another language
I have recently installed oracle 12c for my lab, everything went fine, but when i log on the OEM express everything is in spanish, how can i change the language back to english? I have the OS (windows...
View ArticleBest way to store raster data with Java into Oracle spatial
I have a Java application that processes raster data. At the end of the process I plan to store the raster in oracle spatial. What is the best way to do this? I had a look at geotools but I did not...
View ArticleOracle StartUp Issue [closed]
I am facing the following issue while starting the Oracle instance. SQL> Connected to an idle instance. SQL> SQL> ORACLE instance started. Total System Global Area 1269366784 bytes Fixed Size...
View ArticleUpdate does not working while select returns right results
I am trying to execute the query below: UPDATE( SELECT Ord.Completed FROM Product P INNER JOIN Order1 Ord ON Ord.OrderID = P.OrderID WHERE EXISTS( SELECT * FROM Delivery D WHERE Delivery.Delivered = 0...
View Articlehow to check whether Oracle database is accessed or not?
I am an Oracle DBA. Application owner is asking me when was the last time Oracle database was accessed? How do I find information about the DB usage timeline? I mean, I want to check whether it is...
View ArticleProblem creating Oracle database manually
I am using Windows 7 and Oracle 11. When I want to create a database manually, it is giving me two problems: I set my oracle_home to c:appbestproduct11.2.0dbhome_1. Under home I have a directory as...
View ArticleDuplicate database leaves orphan archivelog files
I am cloning the production database to another one, lets say CLONEDB, in a regular basis. I am using rman duplicate database script like: run { duplicate target database to CLONEDB FROM ACTIVE...
View Articleoptimizing init.ora oracle database server
Can anybody help me in optimizing my SGA, PGA and other paramters of the init.ora file. We usually have average of 159 sessions on the database server. I think there’s some thing wrong with my SGA, PGA...
View ArticleConstrain Partial Values in Timestamp
I’m working on a some Create Table statements for a project I have. I have two columns (StartDate, EndDate) where the data type is Timestamp. One of the requirements is to ensure that the date is fixed...
View ArticleNeed help in incrementing the date in oracle
Error thrown as “Invalid number” while trying to increment the date. Given below is the query executed through sqlplus. Please help me on this. select ''''||to_date(:To_date, 'dd-mon-yyyy')+1||''''...
View ArticleORA-39244:Event to disable dropping null bit image header during relational...
I was trying to import a dump file using IMPDP command and has end up with the following errors: ORA-31626: job does not exist ORA-31637: cannot create job SYS_IMPORT_FULL_01 for user user1 ORA-06512:...
View ArticleInsufficient privilege
We are using oracle 11g I am replicating production db for dev environment. I Have a user named CST2 and CST0 where CST0 contains all tables and view and public synonyms for the same. I have provided...
View Article“Failed to install SGD client” when accessing the secure global desktop from...
I am having an issue since I have upgraded to OS X Yosemite. I used to previously remotely access my work’s Windows system from my Mac (OS X Mavericks). I had installed XQuartz and Java and was using...
View ArticleBest practices for generating a tnsnames.ora entry
I need to integrate some scripts that export and import data from Oracle databases. They are shell scripts that rely on the TNS name being set up (e.g., scott/tiger@tns). The application owners are...
View ArticleHow to access apex data from sqlplus?
I have setup an oracle database in my Ubuntu machine. Now I have took the following steps to create tables 1) login to my ubuntu account 2) su oracle 3) sqlplus "sys as sysdba" //Connected to an idle...
View ArticleOracle 11g connect overhead
Currently one of our new applications is connecting to an Oracle 11g instance over 30,000 daily (at every user request) via their application server, using the same account. (it will be significantly...
View ArticleXMLTABLE solution without getting right parenthesis missing error
I am trying to select from an XML type and produce multiple rows. Have searched for my specific scenario/issue with not much success. Environment: Oracle 12c. I have commented out the offending code....
View ArticleCan install a test machine with Oracle 11G R2, not express edition, on a...
Im starting like a Oracle DBA, and I want play with the database and your administration task in a test enviroment. I have a macbook pro i5, and had thought install on it oracle under virtual box...
View ArticleORA-01406 while building a Sphinx index
We are getting ORA-01406 error while trying to build an index over Oracle DB using Sphinx: root@bdt:~# ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe/ NLS_LANG=AMERICAN_AMERICA.UTF8 indexer bsrpIndex...
View Article