Windows 10 Bootcamp causing issues with Oracle Database 11g XE - macos

I tried twice installing Windows 10 PRO and then installing the Oracle Database 11g XE. Every time, it will cause errors. Exact same issues as this thread here If anyone who has encountered this issue before and was able to resolve it, can you help me? I installed the same software on my Lenovo Laptop running Windows 10 Home and it was able to run it without any problems. So I believe the suspect here is the bootcamp.
Issue I encountered:
Get Started with Oracle Database XE doesnt work. Keeps saying that 127.0.0.1:8080/apex not found on W10 bootcamp. Ran it on windows and opened up the dashboard without any problems.
Ran the sqlplus command in cmd in W10 bootcamp, logged in as SYS AS SYSDBA and spat out this: Connected as an instance which I googled around and meant the database isnt running. Tried it on the windows and was successfully able to log in.
The exact same errors in the link I posted.
Tried creating a connection in the SQLDeveloper and it gave me ORA-12050 error which also means database is not running. Ran it on a windows machine and no errors.
I need it for my Database class and don't want to drag around a bulky laptop to college everyday. If someone could help me out, I would be grateful to you.

Related

How to resolve ORA-28000: the account is locked in oracle

I had oracle 11g installed on my pc and for some reason, I needed to uninstall it and I did. The problem is now that I am trying to install it again, I face this issue as in the picture.
if I hit ignore it will remain stuck.

Cannot install Oracle 12c on Windows 8.1 - Error in Process ... perl.exe

When installing Oracle 12c personal edition on a freshly minted Windows8.1 box I get the following error:
Title: Database Configuration ...
Error in Process:
C:\app\<username>\product\12.1.0\dbhome_1\perl\bin\perl.exe
Clicking ok and skipping gives the following error
[INS-20802] Oracle Database Configuration Assistant failed.
Details: The plug-in failed in its perform method ...
Trying lots of things but still come up with same error. Googling shows some users with the same error, but all end in dead-ends without a solution.
Any help much appreciated.
I had the same problem with Oracle Database 12c on a fresh Windows 8.1.
For me the solutions was deactivating a preinstalled McAfee.
I used the Windows-builtin-User during the Oracle-Database Installation.
Think this may be it. The new Windows user for the account was oracle-user. When I tried this with a username OracleUser the installation worked.
I also switched off the AntiVirus - not sure which fixed the problem
A colleague pointed me to this blog which gave a little more info.
Hope this helps someone
The issue is because of the Anti-virus program most probably McAfee. If you want complete instructions check this out - It is an explanation of the step by step installation process specifically on windows 8.1 and the perl.exe error

Oracle11gXE 64bit not installed correctly TNSListener not starting

I am not sure if this is the right place for this question. I downloaded and installed Oracle11g XE 64bit edition in my Virtual Server ()
After this installation, TNSListener service is not starting at all. Initially I had the error message that it is configured as an Interactive Service. So I also started Interactive Service and then tried to start TNSListener, but it is not working. I tried this server time with uninstall oracle & reinstall also with system restarts. But nothing helps.
I did the same installation on my Windows Desktop 64 bit OS and here it works.
So, I don't understand where I am going wrong in my virtual server. Can someone pls help?
Found the solution to my problem.
Key Note: When TNSListener wouldn't start via Windows Services, pls try the same via command prompt. We will get to know the error in detail.
This is what I did. Check my post http://www.umatechcorner.com/oracle-tnslistener-windows-service-wont-start-solved/

Oracle Connections and VS2012

Got a really weird issue.
I am writing a small program that will connect to an oracle DB and pull some stats.
My issue is that I can not get my program to connect to oracle. I am getting a "ORA-12545: Connect failed because target host or object does not exist" error.
My understanding is that this is a connection issue....IE It cant find the oracle DB. But I had several of my teammates download the code and it works fine on their machines. I can connect to the oracle DB using PL/SQL on my machine. I have checked the TNS values and they match what my teammates have.
I have been troubleshooting this for hours...anyone have any ideas?
Thanks
Turns out the issue was me. I had my code stored on a network drive and it Visual Studio will not run it if that is the case. Moved the code to a local drive and all worked fine. – user2115732 18 secs ago edit

Error occurs while install Oracle BIEE

I'm trying to install Oracle BIEE 11g on my computer, but something wiered happend.
I've tried on a x86 computer with 2GB memory and a x64 computer with 4GB memory. Both of them are running Windows OS. I want to connect a MS-SQLSERVER database, and I've finished creating related DEV_ tables using RCU.
I followed the tutorial from the doc.oracle.com, but then I stopped at the 14th step, it says "设置数据库连接失败". I can continue install, but another error occurs, service obisch1 cannot start. I can open localhost:9704 after installation, but it will return a 500-error after I restart my computer.
I searched the internet, it says I should set my database source using "Net Manager" Tool, but I don't know how. And after install I got a database source using driver "MERANT OEM 5.3 32-BIT SQL Server Wired Protocol", but I can't make change to it, cause the system says can't find the driver...
I don't know what to do now... Anybody can help me? Thanks very much.
Well, I've kind of solved it.
I still don't know why my computer cannot find the odbc drier "MERANT OEM 5.3 32-BIT SQL Server Wired Protocol", which seems to be the reason why I can't connect to the database at the 14th step while I install OBIEE.
However, I add an odbc-connect through the system's function, I found it in the control panel.
On the other hand, the url http://localhost:7001/em and http://localhost:7001/analytics can be still accessed(after a long time, it can be accessed).
So, then I create a rpd file use my own odbc-connect, and it seems work fine.
Thanks everybody, anyway, and hopes can help

Resources