I am trying to install Oracle 11g on windows 2008 standard server R2 (as standalone). I get successful installation as I can connect to sqlplus. But when I try to run the "Enterprise manager" through the EM url on https I see a login page...I try to enter "SYS" then password then select role as SysDBA" and then I get the following error.
"Internal Error has occurred. Check the log file for details."
I have been searching forums like crazy since last one week and tried all solutions but no luck. Can anyone guide me here how to overcome this issue.
I faced the same problem, the following command solved it:
emca -config dbcontrol db -repos recreate -ORACLE_HOSTNAME hostname -SID orcl -PORT 1521 -ORACLE_HOME $ORACLE_HOME -DBDNMP_PWD sys
Check before login to Oracle 11g Admin Page.
Check that all the windows related to Oracle must be closed.
After this, restart the services and try to login.
Related
I have downloaded Oracle SQL Developer from Oracle website. I have extracted the files in C: drive and executing the program from there. I am trying to connect to a database using TNS which is successful when using SYS login. I then created a user as per my AD login "DOMAIN\USERNAME" and given proper roles , access etc. When I try to create a new Connection in SQL Developer using OS Authentication, I get the Ora 01017 error. This login is set to "identified externally"
However, if I use the SQL Developer that comes with Oracle 11G Client then it works well for OS Authent. I want to use the latest SQL Developer with OS Authen I downloaded but stuck as it gives the ora01017 error.
has anyone seen issue like this? also what would be the recommended setting for remote_os_authent and sec_case_sensitive_logon in case these are causing the issue?
I had oracle 11g database installed on my machine (OS win8). It was working fine. This week I upgraded my laptop from win 8 to 8.1. Now I am not able see oracle database services in windows services. Consequently I am not able to start oracle and connect to DB.
Tried couple of things like
>oradim -STARTUP -SID ORCL
DIM-00011: The specified service does not exist.
O/S-Error: (OS 1060) The specified service does not exist as an installed servic
e.
Is there any way to start the oracle ? or Do I need to re-install the database ?
Kindly let me know if you have some idea about this.
Thanks in advance for your help
Hello we were having the same issues after the 8.1 upgrade & Managed to resolve (Oracle Database 10g Enterprise Edition Release 10.2.0.3.0)
The procedures we listed below with the post should help you as well.
http://windows7bugs.wordpress.com/2013/10/31/oracle-services-disappear-from-windows-services-panel-after-upgraded-to-windows-8-1/
regards,
Registry cleaner (System Mechanic 14.5) did it to me (caused the Oracle listener service to be removed from Windows 7). Still had the listener.ora read somewhere else that using lsntrctl start will fix the problem in this circumstance (where there is a valid listener.ora but no service) by adding the service back in.
I was working with WebMatrix ASP.NET Web Pages and SQL Server 2008. It was going great, and then I just installed windows 8. Then I re installed WebMatrix (sql, iis was installed with it) via Web Platform Installer. Now I am not able to use any of my Databases, I have checked in the WebMatrix Database workspace, and the database isn't loading, the error I get is
"Cannot open Database "StarterSite" requested by the login. Login failed for user 'sa'".
What I tried: I have Googled alot for this, tried what was told. I tried to repair the WebMatrix from control panel, I reinstalled SQL Server 2008. In the WebMatrix Site workspace, there was an error .NET Framework 2.0 not installed! I tried to install it. But still the same issue is being provided everywhere.
I have also replaced the files that I had while I was using windows 7. They are in the place where they belong. But the issue is still there.
Why I am here: I am here, because I have tried Google and I have also tried to post my own question on forums.asp.net. But everytime I did not succeed, so I tried to get some help from here. I have also tried reading some question posted here too. But they are not helping me out.
My Question: Where will I find the connection settings for my website's databases. Is it in the web.config? Or is it somewhere in the Microsoft SQL folder?
Line in error:
WebSecurity.InitializeDatabaseConnection("StarterSite", "UserProfile", "UserId", "Email", autoCreateTables: true);
Stack Trace is giving this exception:
[SqlException (0x80131904): Cannot open database "StarterSite" requested by the login. The login failed.
Login failed for user 'sa'.]
The issue was with the files of SQL Server. It was not fully installed and the Login was not successfull in Windows 8 as SQL Server SP2 doesnot work in Windows 8. I was told to install SQL Server SP3 which is compatible with Windows 8.
I have tried to post the question on IIS forums, but never got time to ask whether SQL Server Sp2 is going to get some passage for Windows 8 too or not. Well I am hoping for best! :)
Try to open the site from a newly installed browser. I think the problem is that a cookie stucked in your browser and it tries to login with your Windows account.
If it does not work, comment the error line and try it again.
I have a problem installing DotNetNuke 7. I configured the ISS, the sql Server database and the setup started perfectly. But then it showed me this error:
13% ERROR occured - Step Failed - File Deletion Check
I have not all adminstrator rights on this pc, can that be the problem?
You will need to configure the user permissions on the FOLDERS for DNN. I'm not sure if you not being an administrator will cause a problem, probably so.
What OS are you installing DNN on? Windows 7?
Try giving full security access IIS_USRS user.
I tried to install Amplifeeder today with the Web Platform Installer.
When I arrived at the database setup I had to fill out some informations like "db admin user/password" and user username/password.
Using SQL Express I do not have any username/password (neither admin or user). How should I be able to install applications with the WPI and SQL Express 2008 ?
Basically I had this error while trying to install in the logs :
DownloadManager Error: 0 : MS Deploy exception: Microsoft.Web.Deployment.DeploymentClientServerException: The database 'AmpliFeederDB' could not be created. ---> System.Data.SqlClient.SqlException: Login failed for user 'sa'. The user is not associated with a trusted SQL Server connection.
I finally achieved this by command line and reg fixes.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQLServer
LoginMode must be 2
restart SQL Server Express service.
Then :
In command line :
sqlcmd -E -S .\SQLEXPRESS (will login with windows authentication mode)
1) ALTER LOGIN sa WITH PASSWORD = '<new_password>'
2) GO
1) ALTER LOGIN sa ENABLE
2) GO
It should do the trick to install the applications after.
As far as I know the only way I could make it work was by using the command line utility 'WebPICmd.exe' located in the application folder.
You do need a strong password because it uses a regular expression to verify.
All seemed OK, I was able to access the DB thru OSQL and also Management Studio, had no problems with logons, had both authentications enabled, TCP/IP and named pipes. yet nothing worked... It seems to be some kind of a bug....
Thry it like his:
WebPICmd.exe /Install /Application:"Joomla"
When you install SQL Server Express for the first time, you would have had option to select authentication mode, where you would select MIXED mode authentication and provide admin authentication details.
Well, the SQL Server Management Studio Express provides a more sustainable solution. See this link, without having to fiddle with registry keys & running commands:
http://www.knowledgesutra.com/forums/topic/61695-resolving-cant-login-to-sqlexpress-using-sa-account/