Tuesday 31 May 2016

How do I enable Java in my web browser?



This article applies to:

  • Platform(s): Macintosh OS X, Windows 10, Windows 7, Windows 8, Windows Vista, Windows XP

SYMPTOMS

Even after installing Java, Applets do not run.

CAUSE

Java is not enabled in the web browser. If Java is already installed but applets do not work, you need to enable Java through your web browser.

SOLUTION

If you recently installed Java, you may need to restart your browser (close all browser windows and re-open), in order for the browser to recognize the installation. In addition, make sure Java content in the browser is enabled through the Java Control Panel.
Follow these instructions to enable Java though your Web browser.

Internet Explorer
  1. Click Tools and then Internet Options
  2. Select the Security tab, and select the Custom Level button
  3. Scroll down to Scripting of Java applets
  4. Make sure the Enable radio button is checked
  5. Click OK to save your preference
Chrome
Chrome browser versions 42 and above. Starting with Chrome version 42 (released April 2015), Chrome has disabled the standard way in which browsers support plugins. More info

Firefox
  1. Open the Firefox browser or restart it, if it is already running
  2. From the Firefox menu, select Tools, then click the Add-ons option
  3. In the Add-ons Manager window, select Plugins
  4. Click Java (TM) Platform plugin (Windows) or Java Applet Plug-in (Mac OS X) to select it
  5. Check that the option selected is Ask to Activate or Always Activate or on older Firefox versions, click on the Enable button (if the button says Disable, Java is already enabled)
Safari
  1. Click on Safari and select Preferences
  2. Choose the Security option
  3. Select Allow Plug-ins, then click on Manage Website Settings
  4. Click on the Java item, select an option (Ask, Allow or Allow Always) from the pulldown list When visiting other websites
  5. Click Done, then close the Safari Preferences window
Safari Help
» Safari 6.1 and later plug-in information (support.apple.com)
» Safari 8 plug-in info (help.apple.com)
» Safari 9 plug-in info (help.apple.com)

Opera 4.x and Up

  1. Opera for Windows does not use Java, but an embedded version already inside the Opera Web browser.
  2. Opera for other platforms may supports Java . Please consult your Opera platform documentation.
  3. For further information, please review the following Opera Support article:
    Support for Java software in Opera

How to run Oracle Application on Mozilla Firefox

http://dbissues.blogspot.com/2016/05/please-download-it-from-below-url.html

Please download it from the below URL

https://drive.google.com/open?id=0B30-kT1pIOm_MGh2NnAxeGhfYm8

Monday 30 May 2016

FRM-40039:Cannot attach library***********while opening form ***********

http://dbissues.blogspot.com/2016/05/frm-40039cannot-attach-librarywhile.html

Error: Cannot attach library


Solution: Open default.env file and add path


Preference in APPS Start Page. "How to Directly Access any Function after Login"

http://dbissues.blogspot.com/2016/05/preference-in-apps-start-page-how-to.html


"Applications Start Page" feature provides a user an option to set a particular page as his/her preferred start. The user will be taken to this page at login.


A user can choose from the set of functions available under his/her responsibilities. The value is recorded in a profile option named "Applications Start Page (APPLICATIONS_START_PAGE)" as
"functionId$$respId$$appId".


Usage of the Feature


Make sure the profile "Self Service Personal Home Page Mode" is set to "Framework only" at site level or at user level for which user you intend to provide "Applications Start Page" feature

Login to Applications as the End user

Navigate to Preferences link on top of the page.

You can find a section "Start Page" under General Preferences page. Select the Responsibility from which you would like to choose the Function (For e.g. Payables Super User). It then lists the functions available for this user under this responsibility. Choose the Function as Start page (e.g, Invoices). Apply the changes.

Logout and Log back in. Your Start Page is now effective.

After personalizing the 'start page' to directly open a Form, how do I reset the User Preferences and the start page?


Disabling the Feature

When you are on Self-service Framework page, you can Navigate to Preferences Link and de-select the values (choose blank) for Responsibility and Page drop down lists.

When you are in Forms based Applications, navigate to menu Edit => Preferences => Profile

Search for "Applications Start Page", remove the value from User Value field and Save.

Next time when you login to Applications, you get Self-service Framework Homepage.

OR

After logging in, replace the login link with:
http://<initial part of path>/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE

This should get you to the Personal Home Page.

OR

Either use the Responsibility Hat to change to the System Administrator responsibility or Login as another user and have them use the System Administrator responsibility.

Then do a find for the Start Page profile option: Profile > System for the User Name that is needing to reset their 'Start Page' profile.

Delete the start page for the user, save the changes. This will allow the user to get back to the Personal Home Page, and then they can reset their 'Start Page'.


How to Revert My Start Page?

You have set the start page in Oracle Applications. On each successful login, it will brings you to the page. Now, you change your mind, you want to either disable the start page or change to other page. You could not get back to the HTML Preferences screen, as the start page will bring you directly to the specific Oracle form.

Ans: At any responsibilities, navigate Edit -> Preferences -> Profiles, query Profile Name "Applications Start page", change or remove the "User Value".

Friday 27 May 2016

How to copy data from Database into .txt file

http://dbissues.blogspot.com/2016/05/how-to-copy-data-from-database-to-txt.html

ls -alrt > filename.txt

cat filename.txt

Wednesday 25 May 2016

FRM-30187: Size of CHAR column in record group must be between 1 and 2000. Record Group AR_CUSTOMER1

http://dbissues.blogspot.com/2016/05/frm-30187-size-of-char-column-in-record.html

Error:

FRM-30187: Size of CHAR column in record group must be between 1 and 2000.
Record Group AR_CUSTOMER1

Solution:

Go to the property fo RECORDGROUP named AR_CUSTOMER1 and there is one property called Column Specification there is one columns will be having length greater then 2000 there set it to 2000 which is maximum value. Then it will work.