Welcome

Welcome to HandsonERP.com

This site provides video based training of Oracle Financials.
Learn concepts and functionality in a step by step manner.

Login

HandsonERP - Oracle E-Business Suite Training
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Not able to login to Oracle even with sysadmin (1 viewing) (1) Guest
Please post inquiries related to lessons content here. All questions and inquiries related to the website should be submitted directly using Contact form in the top menu.
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Not able to login to Oracle even with sysadmin
#3731
handsonerp (Admin)
Admin
Posts: 1989
graph
User Offline Click here to see the profile of this user
Re:Not able to login to Oracle even with sysadmin 11 Years, 7 Months ago  
I cannot really explain why the trigger did that to you. I did not personally experience this issue neither did other members complain.

However I do agree that the next logical step is to disable the trigger.

Sign into your Linux account as Oracle

Source the environment.
cd PROD
cd ap*
cd ap*
cd ap*
. APPSPROD_linux

Now go to sqlplus
sqlplus apps/apps

Find out the name of the trigger on FND_USER table.
select user, trigger_name from all_triggers where table_name = 'FND_USER';

Disable the trigger
alter trigger <USER>.<TRIGGER NAME> disable;

I am writing all these commands on the fly so you might have to tweak them a bit if there are errors.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
      Topics Author Date
    thread link
Not able to login to Oracle even with sysadmin
rajukvrk78 2012/10/02 03:56
    thread link
thread linkthread link Re:Not able to login to Oracle even with sysadmin
handsonerp 2012/10/02 04:26
    thread link
thread linkthread linkthread link Re:Not able to login to Oracle even with sysadmin
rajukvrk78 2012/10/02 04:35
    thread link
thread linkthread linkthread linkthread link Re:Not able to login to Oracle even with sysadmin
rajukvrk78 2012/10/02 05:23
    thread link
thread linkthread linkthread linkthread linkthread link Re:Not able to login to Oracle even with sysadmin
handsonerp 2012/10/02 13:54
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop