Posts

Showing posts from July, 2011

Excel Error "There was problem sending command to the program"

Image
start - run - excel Go to excel Options Click Advnace Options Un check the Option Ignore other applications that use Dynamic Data Exchange DDE

how to start MySql

c:\program files\mysql\mysql5.2\bin mysqld.exe c:\program files\mysql\mysql5.2\bin mysql -u root mysql>show databases; mysql>use database databasename.

ORA-01031 Insufficient Privilleges while creating DB in win 7

ORA-01031ORA-01031 . He didn't understand what is causing this. His O/S user was a member of the ORA_DBA group. He tried logging off windows and then logging backup in. Nothing. The solution is actually quite simple. By default, if you install Oracle and don't use the network configuration assistance you get a ORA_HOME without an SQLNET.ORA file. Without it, Oracle will not be able to use O/S authentication. To solve this problem, simply create a file named sqlnet.ora in your ORA_HOME\network\network\admin directory and add to it the following line: SQLNET.AUTHENTICATION_SERVICES = (NTS)