{"id":3610,"date":"2012-07-03T04:09:39","date_gmt":"2012-07-03T08:09:39","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=3610"},"modified":"2012-07-03T04:29:28","modified_gmt":"2012-07-03T08:29:28","slug":"oamds-ora-28001-the-password-has-expired","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/","title":{"rendered":"&#8220;oamDS&#8221;: ORA-28001: The Password Has Expired"},"content":{"rendered":"<p>Recently i come across an issue where R12 E-Business Users which was integrated with OAM 11g for SSO were not able to login.They were getting error message as shown below:<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/07\/oam_error.bmp\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-3611\" title=\"oam_error\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/07\/oam_error.bmp\" alt=\"\" width=\"447\" height=\"105\" \/><\/a><\/p>\n<p>From first look of redirection URL in browser, it appears that it was crossing the OAM authentication process and it was the application which is throwing the error.<br \/>\nTo verify, we check application.log and Apache. error log under $LOG_HOME\/ora\/10.1.3\u00a0 but there were no error messages written.<br \/>\nWe verified if\u00a0 AppsLocal Login was working and the login was working.<\/p>\n<p>Next\u00a0 step was to check in E-Business Access gate log file, default location- \/tmp\/fndauth0.log on server where you deploy the E-Business Access gate. The log file shows below error<\/p>\n<p>02-Jul-2012 11:04:02 oracle.apps.fnd.ext.common.server.FndSsoFilter doFilter<br \/>\nWARNING: FndSsoFilter::doFilter()&#8211; error encountered<br \/>\nThrowable occurred: oracle.apps.fnd.ext.common.server.FndSsoException: <strong>Unknown exception. Please contact your System Administrator.<\/strong><br \/>\nCaused by: weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: <span style=\"color: #ff0000;\"><strong>No resources currently available in pool &#8220;VISR12&#8221;\u00a0 to allocate to applications, please increase the size of the pool and retry..<\/strong><\/span><br \/>\nat weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:252)<\/p>\n<p>The error complains about no resource available in connection pool of Weblogic\u00a0 which means the problem was with JDBC datasources.<br \/>\nNext, check OAM Server output log file ,default location $DOMAIN_HOME\/servers\/oam_server1\/logs\/oam_server1.out . Log\u00a0 file show below error:<\/p>\n<p>&lt;02-Jul-2012 11:05:34 o&#8217;clock BST&gt; &lt;Warning&gt; &lt;oracle.oam.foundation.access&gt; &lt;OAMSSA-04006&gt; &lt;Cannot get connection from data source.<br \/>\nweblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: <span style=\"color: #ff0000;\"><strong>Pool oamDS is Suspended, cannot allocate resources to applications.<\/strong><\/span>.<br \/>\nat weblogic.jdbc.extensions.PoolDisabledSQLException.&lt;init&gt;(PoolDisabledSQLException.java:11)<\/p>\n<p>Which reflect problem is with OAM datasource\u00a0 &#8220;OAMDS&#8221;<br \/>\nAt this stage check DB which stores OAM schema is up and reachable from OAM node and check for errors in DB alert log file under $USER_DUMP_DEST location in database.<\/p>\n<p>On restarting the datasource the oam server log file show below error:<\/p>\n<p>Received exception while creating connection for pool &#8220;oamDS&#8221;: ORA-28001: the password has expired<br \/>\n02-Jul-2012 11:21:31 o&#8217;clock BST&gt; &lt;Warning&gt; &lt;oracle.oam.foundation.access&gt; &lt;OAMSSA-04006&gt; &lt;Cannot get connection from data source.<br \/>\nweblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: <span style=\"text-decoration: underline; color: #ff0000;\"><strong>Could not create pool connection. The DBMS driver exception was: ORA-28001: the password has expired<\/strong><\/span><br \/>\nat weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:250)<\/p>\n<p>Login to DB which hold OAM schema and query for OAM schema as shown below:-<\/p>\n<p>SQL&gt; select USERNAME,ACCOUNT_STATUS,EXPIRY_DATE from dba_users where USERNAME\u00a0 like &#8216;%OAM%&#8217;;<\/p>\n<p>USERNAME\u00a0\u00a0\u00a0\u00a0\u00a0 ACCOUNT_STATUS\u00a0\u00a0\u00a0 EXPIRY_DATE<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &#8212;&#8212;&#8212;<br \/>\nOAM_IAU_VIEWER\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 OPEN<br \/>\nOAM_IAU\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0 \u00a0\u00a0\u00a0 OPEN<br \/>\nOAM_IAU_APPEND\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 OPEN<br \/>\nOAM_OAM\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0\u00a0 EXPIRED\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 10-JUN-12<\/p>\n<p><span style=\"text-decoration: underline;\"><strong>Reason<\/strong><\/span>:- With 11g database , Password_life_time in DEFAULT profile is set to 180days and PASSWORD_GRACE_TIME is set to 7 days.<\/p>\n<p>Use below query to see your default profile:-<br \/>\nSELECT * FROM dba_profiles WHERE profile = &#8216;DEFAULT&#8217; AND resource_type = &#8216;PASSWORD&#8217;;<\/p>\n<p>PASSWORD_GRACE_TIME\u00a0 parameter sets the number of days that a user has to change his or her password before it expires.<br \/>\nPASSWORD_LIFE_TIME\u00a0 parameter sets the number of days the user can use his or her current password.<\/p>\n<p>Alter these parameter value to Unlimited in DEFAULT profile as:-<\/p>\n<p><strong>SQL&gt; ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;<\/strong><\/p>\n<p><strong>SQL&gt; ALTER PROFILE DEFAULT LIMIT PASSWORD_GRACE_TIME\u00a0 UNLIMITED;<\/strong><\/p>\n<p>Enable the user by resetting their passwords as<\/p>\n<p>alter user &lt;prefix&gt;_oam identified by &lt;password&gt;;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently i come across an issue where R12 E-Business Users which was integrated with OAM 11g for SSO were not [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[424,35,37,40,42],"tags":[],"class_list":["post-3610","post","type-post","status-publish","format-standard","hentry","category-database","category-r12","category-security","category-sso","category-troubleshooting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>&quot;oamDS&quot;: ORA-28001: The Password Has Expired -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"&quot;oamDS&quot;: ORA-28001: The Password Has Expired -\" \/>\n<meta property=\"og:description\" content=\"Recently i come across an issue where R12 E-Business Users which was integrated with OAM 11g for SSO were not [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-07-03T08:09:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-07-03T08:29:28+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/07\/oam_error.bmp\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/\",\"name\":\"\\\"oamDS\\\": ORA-28001: The Password Has Expired -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/07\/oam_error.bmp\",\"datePublished\":\"2012-07-03T08:09:39+00:00\",\"dateModified\":\"2012-07-03T08:29:28+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/07\/oam_error.bmp\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/07\/oam_error.bmp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"&#8220;oamDS&#8221;: ORA-28001: The Password Has Expired\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\"oamDS\": ORA-28001: The Password Has Expired -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/","og_locale":"en_US","og_type":"article","og_title":"\"oamDS\": ORA-28001: The Password Has Expired -","og_description":"Recently i come across an issue where R12 E-Business Users which was integrated with OAM 11g for SSO were not [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/","article_published_time":"2012-07-03T08:09:39+00:00","article_modified_time":"2012-07-03T08:29:28+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/07\/oam_error.bmp","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/","url":"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/","name":"\"oamDS\": ORA-28001: The Password Has Expired -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/07\/oam_error.bmp","datePublished":"2012-07-03T08:09:39+00:00","dateModified":"2012-07-03T08:29:28+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/07\/oam_error.bmp","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2012\/07\/oam_error.bmp"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2012\/07\/03\/oamds-ora-28001-the-password-has-expired\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"&#8220;oamDS&#8221;: ORA-28001: The Password Has Expired"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/3610","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=3610"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/3610\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=3610"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=3610"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=3610"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}