How to resolve ORA-28000: the account is locked in oracle - 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.

Related

Windows 10 Bootcamp causing issues with Oracle Database 11g XE

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.

Unable to start Oracle client 32bit on windows

I am facing an issue while installing oracle client.
Currently,There are no Oracle services running. When i start installing Oracle Client it abruptly closes, and when i check the services.msc I can see "oracleremexecservice" running, which does not have option to stop (tried to even force stop the service, did not work).
So i deleted the service from the registry and rebooted the system."oracleremexecservice" vanished.
Once again I start to install the Oracle client, installation fails and "Oracleremexecservice" gets created again and is running.
Can anybody help me to solve this? I deleted oracleremexecservice from registry and temp folder, Am i missing anything? I need to delete this oracleremexecservice permanently from my system in order to complete the installation.
Below is the screenshot of the service:

Oracle 12 C Installation Error

I've downloaded oracle 12c on my personal laptop. Check system compatibility (alls good). However, towards the end Im getting an error stating "Oracle Services for microsoft transaction server" denied".
Please assist,
Googling the error message leads to this as the first result:
http://www.dba-oracle.com/t_ins_20802_oracle_services_for_microsoft_transaction_server_failed.htm
Which basically says to ignore the message and run the Database Configuration Assistant manually to finish configuring the database.
When an installation fails, you should check the installation log for more details.
In my case, the log file said "hostname too long", so I shortened the host name and was able to do a successful install.
I faced the same issue recently and it was regarding [INS-20802] Oracle Database Configuration Assistant failed error. I think the solution for it will of help in your issue too.
I tried several of the following methods for resolving the issue :-
Disabling Windows UAC
Disabling firewall
Disabling antivirus - mine was a fresh VM, so disabled Windows Defender
Adding localhost IP i.e., 127.0.0.1 to the hosts file etc.
but none of them helped.
At last I found this, which suggested installing Microsoft Visual C++ 2010 Redistributable Package (x86) and this solved the problem in a matter of seconds! I just had to click 'Retry' on the installation dialog.
Do you have local "Admininstrator" rights on the account that your are installing Oracle into?
The Oracle Universal Installer is trying to create the MTS service and access is being denied. This is why I usually don't take the default install, and use the "custom" install and select the components I want. OUI will then work out the dependencies and install the correct components.
With this type of failure, you should have had an option to "ignore/skip" the error and the installer should continue and install the database objects - you shouldn't need to re-install the database objects as the the MTS service component should install after the data objects are created and they are not reliant on each other. Unfortunately the installer status will still show "failed" because of that one component failing.

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

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