Saturday, 22 October 2016

INS-32011: The string that you have specified contains the space character.

http://dbissues.blogspot.com/2016/10/ins-32011-string-that-you-have.html

INS-32011: The string that you have specified contains the space character.
Cause: The string you entered contains the space character.
Action: Please choose a string containing only alphanumeric, and a few additional characters that are allowed for your platform.

Remove Spaces from Path if any.

[INS-13001] Environment does not meet minimum requirements error." appears. How can I prevent it from appearing?

http://dbissues.blogspot.com/2016/10/ins-13001-environment-does-not-meet.html

Question

When installing the Oracle 11g 32-bit client on a Microsoft Windows 2012 Server R2 64-bit server, a dialog box displaying "[INS-13001] Environment does not meet minimum requirements error." appears. How can I prevent it from appearing?

Answer

To prevent this dialog box from appearing, do the following:
  1. Right click on the setup.exe for the Oracle 11g 32-bit client, and select Properties.
  2. Select the Compatibility tab, and set the Compatibility mode to Windows 7.
  3. Click OK to close the Properties tab.
  4. Double click setup.exe to install the client.

The following document is for handling printer issue in linux/unix. (How to Cancel Print Requests from Oracle)

http://dbissues.blogspot.com/2016/10/how-to-cancel-all-prints-from-all.html

1:) The following command will delete single request .
cancel queuename

2:) The following command will provide u the list of all and current and old process.
lpstat

3:) The following command will provide You the list of printer with name.
lpstat (printername)

4:) You can cancel only jobs owned by you, or by an specified user (provided that you have the rights to do it).

cancel -u user

5:) The following command will cancel all job related to any printer .

cancel -a

Friday, 26 August 2016

How to Restart Printer Services in Oracle

http://dbissues.blogspot.com/2016/08/how-to-restart-printer-services-in.html

Connect to root from Database

su - root
Pwd:
service cups restart


exit
exit

Saturday, 4 June 2016

Excel application doesn't exist under Option tab

http://dbissues.blogspot.com/2016/06/excel-application-doesnt-exist-under.html

Try renaming your localstore.rdf mimetypes.rdf file in your profile folder. Note that this will reset your application preferences.

Go to your troubleshooting page in Firefox: 

1. Enter about:support in the address bar, or go to Help (or > ) > Troubleshooting Information
2. Click the "Show Folder" button
3. See Profiles - Where Firefox stores your bookmarks, passwords and other user data for more information

This should open your profile folder in Windows Explorer. Close Firefox and then rename the localstore.rdf mimetypes.rdf file to something else, such as localstore.old mimetypes.old . Start Firefox again and it will create a new localstore.rdf - try opening an Excel file in Firefox now. If it works properly, you can remove the localstore.old mimetypes.old or whatever you renamed the file as.

Thursday, 2 June 2016

Wednesday, 1 June 2016

The Java Runtime Enviroment cannot be loaded from****************************jvm.dll



Running Oracle Forms on WEB



Error: \bin\hotspot\jvm.dll error message during install process

This article applies to:
Platform(s): Windows 10, Windows 7, Windows 8, Windows Vista, Windows XP
Java version(s): 7.0, 8.0SYMPTOMS

During Java installation process, you get this error:
Java Runtime Environment cannot be loaded from /bin/hotspot/jvm.dll




CAUSE

The problem could be either caused by corrupted registry keys or incomplete installation.

SOLUTION


Delete the deployment.properties file

The deployment.properties file is usually located in: “C:\Documents and Settings\\Application Data\Sun\Java\Deployment” (where username is your login name) directory. The installation process will create a new deployment.properties file.

To remove the deployment.properties file, follow these steps:
1. Click on Start > My Computer
2. Go to “\Documents and Settings” directory
3. Go to username sub-directory (username is your computer login name )
4. Go to Application Data\Sun\Java\Deployment directory
5. Delete the deployment.properties file
6. Run the installation process again