I do not know which oracle version and user you are connected as,
in Oracle 10.1.0.2.0
do SHOW USER in sql prompt and get your user name and then run
select profile from dba_users where username = 'xxx';
select limit from dba_profiles
where profile = 'pname' and resource_name = 'CONNECT_TIME';
if it is not UNLIMITED make it
alter profile your_profile_name limit CONNECT_TIME UNLIMITED
Last Wiki Answer Submitted: December 6, 2007 6:28 am by Sr123470 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.