Adding a column at a specific position using DBMS_REDEFINITION
Can anybody tell me how I can add a column to table at a specific position using the DBMS_REDEFINITION package from Oracle?
View ArticleAppending data from one program to the other using batch commands
I have a database which sometimes crashes. I want to create a batch program that does this: Runs SQL*Plus. Makes SQL*Plus run a script from a plain text file. Gets the results back to the main batch...
View ArticleRefresh ORACLE OLAP cube
I am new at Oracle OLAP programming, and just wanted to know about Cube´s Data Update. For example, right now I maintained and processed the cube for 2012 data; 2013 data is ready on the fact table and...
View ArticleHow can we hide our procedures in Oracle?
How can we hide our procedures in Oracle? Is there any other way except Wrap utility?
View ArticleCalling a function in remote database inside a stored procedure
There are 2 Oracle databases with pseudo names Remote and Local. I have a function in Remote called FUS.F_Return_10 which simply returns 10 for testing purposes, where FUS is a schema name. In Local I...
View ArticleOracle schema import is not importing all the tables present in the schema...
I have exported an existing oracle schema from another machine and then imported it in my local machine. Import was successful, but some tables which are present in the export dump file are not...
View ArticleOracle Feature Class Couldn't Displayed
I got problem on displaying feature class in Oracle, which successfully imported from file geodatabase using Append (Data Management) Tools, my experiment on copying it to Postgre no problem on...
View ArticleOracle remove and place (re-install) database on 10g
I need to put together a plan to execute some change scripts to a Oracle 10g database, which will add some values, change some values a drop a table and create a new table. I have a step for creating a...
View ArticleDeleting an Oracle database without connecting to it?
I have two databases which were created using dbca. I made some changes in the second database, and I can’t login to that database anymore, and, of course, I can’t delete it by using dbca. I am using...
View ArticleLocking records in Oracle during update
I had a deadlock issue which was easy to fix by changing application logic, but I was under impression Oracle would behave differently, and the deadlock would never happen. I have two tables, for...
View ArticleRecommended Approach to Programmatically Backing Up/Restoring Oracle DB
Supposing I have an ever-growing Oracle DB on one server, and I want to duplicate this schema and the data on another server – what would be the best approach to achieving this as part of a bespoke...
View ArticleWhat value should oracle.install.db.config.starterdb.memoryLimit be set to in...
What happens when oracle.install.db.config.starterdb.memoryLimit is not set in the Oracle response file for a silent installation? I noticed that when recording the response file for a silent Oracle...
View ArticleDoes QGIS Server support QGIS project with Oracle layers?
QGIS recently got native Oracle support. I was wondering if QGIS Server supports generating WMS and WFS from a QGIS project with Oracle Spatial layers. I just tested this but I did not succeed…
View ArticleWhy Oracle Database trigger can became DISABLED
We have an application, using ddl database trigger on oracle database. Trigger depends on package and several tables, package depends on user defined function. It works on different customer sites...
View ArticleChanging password doesn't work
I need to login to a database. I have good credentials, but when I was trying to login with SQL Developer, I got this error message: ORA-28001: the password has expired Then I tried to login with...
View ArticleInsert into table from a query to a linked database hangs
I have a schema with some database links to other schemas that we use to pull data from. We pull the data into a staging table, massage it, and then do some merges into our schema/database. The data in...
View ArticleFiltering results by date
I have the following query: SELECT STOCK.ITEM_DATE, STOCK.AMOUNT, STOCK.OPERATIONTYPE ,ITEM.ITEM_NAME FROM ITEM INNER JOIN STOCK ON STOCK.ITEM_ID = ITEM.ITEM_ID WHERE STOCK.ITEM_DATE >...
View ArticleHow to call an Oracle Function with multi out Parameters though LINKSERVER
I need help as I am facing this problem. when I pass 2 output parameter to a function through a linked server I am getting this error. For 1 out parameter its working fine but when I use two output...
View Articlecan not start oracle after complete the installation
I’m using Lenovo G580 under intel i5 third generation with 4GB RAM. I’m trying to install Oracle 11g standard edition After completing all pre installation and post installation procedures, when I...
View ArticleHow to Install Oracle 11gR2 on Ubuntu Server 13.04
I want to install Oracle 11gR2 for Linux on Ubuntu Server 13.04. I have downloaded Oracle 11gR2 for Linux, and when I execute use runinstaller it require GUI supported files. While Google I got things...
View Article