Order For Installing 10g Client With 11g Database (new Installs)?
Sep 28, 2010
I am setting up a conversion server for upgrading an application database to a later version - the database is hosted on 11g but the vendor provided ETL tool only supports the Oracle 10g client. Is there a specific order so the install will work on the initial install. I'm installing Oracle 11g R1 (11.1 no patches) and 10g (10.1.0.4 after patching) 32Bit on a WIN2K3 SP2 Server. I've done this install before but have had to play with the path order to get it to work.
I'm needing to set up some Oracle clients (11.2) on middle tier/application servers Looking around for a simple/repeatable way of meeting the pre-install requirements and was considering using the "validated" rpms.
The oracle-rdbms-server-11gR2-preinstall rpm i believe is really for a database server setup, so it's doing some group/kernel parameter/package setup that i suspect isn't really required for a client only setup.
Do people use those validated rpms for client only installs?Might there be a "Oracle Validated Client preinstall" rpm out there?Should I just script the package installs and user/group creation?
how to make the client requirements/install process quick and easy!
Does EM have a utility that I can get to scan a set of host machines and their disks and tell me what oracle products are installed? Sort of like that common inventory tool used on windows desktops, but just for Oracle products.
If not EM then any third party tool or some other Oracle tool?
We're deploying a new product release however this build uses Oracle 11G. We want to perform a side by side install for testing purposes. These are low usage systems so installing another Oracle build will not hinder the system.
We intend to test for a couple of weeks and migrate data, then uninstall the 10G. I'm in the process of installing 11G now, the 10G is up and running. I don't want to impact the 10G install. I'm installing 11G in /home/oracle/oracle11G directory. I would like to use 1 Listener.ora file. I've broken down the install bellow.
10G SID "processing" Oracle home /home/oracle/oracle10g /mnt/Oracle/Oracle10GData /mnt/Oracle/OracleRedoLog
11G SID "processing11G" Oracle home /home/oracle/oracle11g /mnt/Oracle/Oracle11GData /mnt/Oracle/Oracle11GRedoLog
Do I need to specify the databasename for Processing2? Also the front end boxes (managers) are two different servers so Processingweb1 and processingweb2.
i installed oracle 10g dev suite do i still need to install the db 10g? i tried installing db10g first then the dev suite. On the db 10g i can connect via sqlplus. while i cannot connect on the dev suite, which has a 'sqlplus' too.
i am trying the hr:hr credentials, also tried sys as sysdba it gives me tns protocol adapter error (12560)
i tried to replace the tnsnames.ora of the devsuite with the tnsnames.ora of db10g still didn't work. i also set up the ORACLE_HOME to the db 10g's folder
D:ProgramsOracleproduct10.2.0db_1
why does the devsuite has its own tnsnames.ora. does it have some db server of its own? if it has do i still need to install db 10g?
I am installing RAC on my Laptop using VM ware workstation . I have created two linux machines on VM ware with 1 gb merory on each machine . I installed 10.2.0.1 clusterware successfully but when i am installing 10.2.0.1 database binaries my machine reboot every time .
I created a function and what I'm trying to do with this function is add tax to a particular order in my database. I want it to multiply the quantity and cost of the order then add tax and then insert it into the corresponding column.
for the tax I'm using this function: Create or replace function tax(v_value in float) return float is Begin Return(v_value*.07); End tax;
select PRODUCT_ID,TOTAL_COST, tax('TOTAL_COST') from PRODUCT;
I get an error saying TOTAL_COST is an invalid identifier.
This is my table structure: SQL> select * 2 FROM user_cons_columns 3 WHERE table_name = 'CUSTOMER';
OWNER CONSTRAINT_NAME
[code]....
I want the total cost to be inserted into the total cost column.how I work this out through either a function or procedure or both?
i am trying to install Oracle 10.10.2.0 on Windows Server 2003 standard x64 Edition Service Pack, but when i try to run the installer or open DVD it gives me below error.
"The image file D: is Valid, but is for a machine type other than the current machine."
But i do a lot of work-arounds to make sure the installation does not make corrupt my OracleAgent,OracleService and OracleDataGatherer. If i just let the installation do its thing i have problems with my libraries, and can't start anything.
The errors are : Procedure entry point 'BlaBla' could not be located in the Dynamic Link library 'AnyName'.
I notice that i have 2 versions of the libraries in OracleHomeBIN (one version 8, one version 11). The programs that start the OracleAgent,Service and DataGatherer call the old libraries but expect to find values that can be found only in new libraries.
I have new virtual UNIX machine and I installed oracle client on /usr/lib/oracle. Also I have a oracle database and I am able to connect to this database from my desktop sql developer.
So now I am trying to connect from new UNIX machine. Where I created tnsnames.ora file under /usr/lib/oracle/network/admin and before connecting did export the following
ORA-12545: Connect failed because target host or object does not exist. Not sure what I missed here. using same tns file I am able to connect from sql developer on windows.
Name Null Type --------------------------- -------- ------------- RPTNO NOT NULL NUMBER RPTDATE NOT NULL DATE RPTD_BY NOT NULL VARCHAR2(25) PRODUCT_ID NOT NULL NUMBER
describe rptbody
Name Null Type ------------- -------- ------------- RPTNO NOT NULL NUMBER LINENO NOT NULL NUMBER COMMENTS VARCHAR2(240) UPD_DATE DATE
The fact is that we store some header in RPTHEAD and store real data in RPTBODY, the question is that if I use below SQL to query all data for a 'PRODUCT_ID'.
SELECT t0.LINENO, t0.COMMENTS, t0.RPTNO, t0.UPD_DATE FROM RPTBODY t0 , RPTHEAD rpthead WHERE ( t0.RPTNO = rpthead.RPTNO AND t0.UPD_DATE>=to_date('1970/01/01 00:00:00','YYYY/MM/DD hh24:mi:ss') AND rpthead.PRODUCT_ID IN ('4647') )
I do not want to have 'ORDER by' clause since data set is too large, the sorting takes long time, is there any way to get the result rows in the order sorted by RPTNO? We have the index for RPTNO on RPTBODY.
we have a production database 'X'. Now i have created a test database 'T' and did'nt configured another listener to it! The issue is when i cam connecting to oracle through sqlplus i am directly connecting to Test database 'T' but not the production database 'X'----ofcourse i can login to production DB afterwards. but initially i want to access the production database 'X'.
I have CPU based Oracle server license. In this case as per license policies of Oracle I can have unlimited database with unlimited users connecting it.
I need to create as many as 100 database with upto 100 users (max) for each database as client. What is the recommended hardware for this server? CPU/ RAM/Harddisk, recommended chipset on the motherboard (in case of database storage capacity required is not high typically - 20 GB is OK per database - average), redundancy is critical, also Oracle database vault is going to be installed; as security is of prime importance between users of different database. Which specific server models from specific vendors like IBM/ Dell/ HP are good ones for this purpose?
While installing oracle 9i on windows XP. Oracle database configuration agent fails.
And it throws following error message.
java.lang.NoClassDefFoundError: oracle/sysman/emSDK/common/nls/MessageBundle at oracle.sysman.assistants.dbca.backend.InitParamAttributes.loadAllInitParams(Compiled Code) at oracle.sysman.assistants.dbca.backend.InitParamAttributes.initialize(InitParamAttributes.java:313) at oracle.sysman.assistants.dbca.backend.InitParamAttributes.<init>(InitParamAttributes.java:255) [code]........
i download oracle 11g for windows 32 bit on my laptop, go through the installation and use the option to crate a starter database. meet all the pre- req and every thing goes smooth. database gets created, use sqlplus to connect ot the database also open the enterprise manager and and also see the GUI after logging in.
now what happens it works fine for a day or some times two and when i reboot the machine and go back and try to open the EM its gives me the error cant find the URL. i have tried it few times and it happens every time. i don't know what i am doing it wrong but for some reason the EM manager doesn't work . i can still log on the database using the sqlplus.
I wish to purchased a new DELL laptop with windows 7. I was told that oracle 10g installation is a problem in windows 7 and is not compatible with windows 7. i was even told that formweb.cfg file also does not work properly.
Is this true. should i have to install windows XP instead of windows 7. some how i am not able to accept this point. I need to buy around 15 laptops for all my officers and it will be a waste if i can't install oracle 10g
I need to install the new Oracle Grid on a new virtual machine. Currently the new Grid VM server has a different name and IP. After it is setup and tested it will eventually take the place of the old production server using its original IP and name. If I install the new Grid now on this new VM with different name and IP address would I have to reinstall the agents on each of the target database servers?
I have tried to install oracle 10g on my Windows XP. But during the installation I have got these errors:
"Enterprise manager configuration failed due to the following error. Error instanting EM configuration files. Refer to the log file U:\...\orcl6\emConfig.log for more details"
"VTA-1000 : The browser could not be launched with the file or
here is the error faced when installing oracle 11gR2,
ERROR: Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/.colorls9rT/OraInstall2013-09-12_03-59-57PM/jdk/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
I am trying to install Oracle 10g Developer suite on windows 7 but the system gives the following error. (file attached). I have successfully installed Oracle 10g Database.
I already have 9i installed at my desktop.I tried to install oracle 10g version 1. But it got struck with "oracle database configurations assistant" on configuration assistants window.Then I did the below.
1) I clicked stop, but still didn't get stop. 2) And also the window didn't enable the 'Retro' button