Im trying to install Weblogic/Forms on a Windows 7 x86 machine. Its for the developers to use.But when I run the config.bat and is creating the domain and installing Forms builder and the other stuff the installation hangs at: step restaring admin server started.
Log:
Stopping Derby Server... Starting AdminServer Starting the domain ... DEBUG : Loading the 32 bit dll here DEBUG : Loading DLL : D:/oracle/middleware/as_1/install/config/StartUtil.dll DEBUG : Loaded DLL : D:/oracle/middleware/as_1/install/config/StartUtil.dll
I am setting up a new production Oracle 11gr2 database on Windows 2008r2 server. I will have SAN(HP 3PAR) attach to the physical server. Here is my plan for diskLUN allocation:
1. 2 SAS disk in Raid1 for OS. 2. 2 SAS disk in Raid1 for Oracle database binary file. 3. 1 LUN for data file. (system, application, user table space) 4. 1 LUN for log file. 5. 1 LUN for temp. 6. 1 LUN for backup.
is this configuration OK? Does UNDO table space on separate LUN or it's OK to put it on data LUN?
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
I already succeded to setyup Oracle 10 G on my machine , when trying to connect by system/system it does not connect.The listener is OK and instance ok.
When i trying to install oracle Forms on Windows XP i am getting following error message . When i click on Setup , Dos windows Opens with following error message .
Checking operating system version: must be 5.0, 5.1 or 5.2 . Actual 5.1 Passed Checking monitor: must be configured to display at least 256 colors . Actual 4294967296 Passed Checking swap space: 0 MB available, 1535 MB required. Failed <<<<
Some requirement checks failed. You must fulfill these requirements before continuing with the installation, at which time they will be rechecked.
We have almost 400 production two-node RAC clusters in the environment I manage - all these sites have databases where the database name is exactly the same, so using Grid Control right now isn't in the cards (and yes - I am working on assigning them all a unique name ). We want to use IBM's BIGFIX to deploy patch 32 on top of 10.2.0.3 for Windows Itanium. BigFix runs as a user different from that used to install the Oracle software originally. There is nothing in the patch notes to suggest that you must use a certain Windows user to install the patch - so the question is, does it matter what Windows User I use as long as they are an 'Administrator' equivalent?
how do you perform mass updates/patches in your Windows server environments? I am looking for examples outside of Grid Control - which I know would work if only my predecessor didn't name these databases the same .
I installed oracle 9i from cd's (3 cd pack) all the three cd's installed perfectly but after the installation of these three cd's , a window appears (which is default installation ) in which some below mentioned tools were installed:-
1. Net Configuration Assitant 2. HTTP server etc. when installation of net configuration assistant is going on then a window is popped up saying "jrew.exe stops working" and the process of installation keeps going on and going on..........then when i stopped listener ,then another tool installation starts and after sometime again a window is popped with same message "jrew.exe stops working". means all the 4 tools are not successfully installed ...installing oracle 9i database on windows7.
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 have Oracle 11g database home in my 64 bit Windows 7 machine. However, now i would like to install Oracle 10.2.0 client as well. I tried giving a separate location.
But for some reason, whenever i start the Setup and run the Administrator Type, the installation just skips without giving any errors. It just creates the inventory folder in the specified path. It goes to the Product-Specific Prerequisite Checks and exits without giving any warnings or errors.
I recently got a new PC at work which is Windows 7 64 bit.
We run lots of crystal reports(1000's) that pull data from an oracle back end.
I have installed the Oracle Client 32 bit on this machine and have no problem connecting to the database and pulling back data.
However, when I use crystal to access the TNS Name it gives me the following error.
[URL]
My path variable on the PC has "C:oracleproduct10.2.0client_1BIN;".
I also tried to create and ODBC using the 32bit ODBC on the machine and that connects fine, but when you try to access the DSN from Crystal, I still get the 12154 error.
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."
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
working on setting up connection between a Windows 2008 server and a pair of Oracle 11g DBs in a RAC Cluster. One Database (let's say DatabaseA) is in one data center, and the other (DatabaseB) is an a secondary, backup database. The RAC Cluster is all set up, working fine, etc. However, I Need to set up the machine.config file on my Windows Server, to go only connect to DatabaseA, unless it fails, in which case, we want it to connect to DatabaseB. Think we could do this if the host app server was Linux/Unix, but it is windows, and I just don't have the background as to the parameters to set up in the machine.config file. They are similar, but different, and we want a very specific behavior (use DatabaseA, unless fails, then DatabaseB). Application is .NET 4.0 app.
I have Oracle installed on a Windows 2008 server. When the database was created, it could not register with the listener (I confirmed that the listener service was running but when I started creating the database it stopped).I completed the db creation and started the listener again and tried "alter system register" but that didn't work either.Then I manually edited listener.ora and added an entry to the SID_LIST_LISTENER and I could successfully connect using sqlplus dba1@orcl/password from the same server.
Now, I tried to use the instant client to connect to the database from another Windows 2008 server. I copied the TNSNames.ora from the db server to this new server. When I run sqlplus dba1@orcl/password I get the ORA 12154 error.
Why would this happen from a remote machine which is on the same network? Ping from one server to the other works (both ways).
I would like to down load and install 11g XE beta but I do not know if it will install and run on my 64 bid Windows machine. I had trouble with the 10 G XE trying to down load it on 64 bits.
If I cannot use it on 64 bits could I make it work if I down load Unbuntu Linux? System info as follows:
OS Name Microsoft Windows 7 Professional Version 6.1.7601 Service Pack 1 Build 7601 Other OS Description Not Available OS Manufacturer Microsoft Corporation System Name XXXXXXXXX (censored) [code]........
I have recently downloaded (the zip file for) OScanner (1.0.6) and have Java JRE installed on my machine. However, I am experiencing some difficulty in running the scanner. how I should start to use this tool, once I have downloaded the zip file.
We have siebel server on windows machine and db server on unix box. We have done some modification(added columns) in siebel tools level. Now we want to ddl synch through command line prompt. how ot do ddl sync?