Oracle SOA/Middleware Development
Home
About Me
Monday, February 16, 2015
Unlock user command for Oracle Database
4:02 AM
Database
No comments
Sometime a user gets locked and can not log in to database. To unlock it we need to run following command.
SQL> alter user
username
identified by
Password
account unlock;
User altered.
SQL>
Read More
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Social Profiles
Popular
Tags
Blog Archives
Amazon Offers
Followers
Facebook Page
Popular Posts
Oracle SOA Suite 12C search Instances by Flow ID
Well, its very simple post but you can face problem when use Oracle SOA suite 12c to search specific instance by using Flow ID . If you ha...
Conversion of type '' whose JDBC type is OTHER to a Java object is not supported.
While calling a Store procedure from MS SQL server, following issue can come Problem: Conversion of type 365366 whose JDBC type is OT...
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3: Destination unreachable
While compiling some code in JDeveloper I was getting the below error. It was coming due to proxy issue. So go to Jdeveloper then Tools---P...
Resource manager is unavailable. ORA-17002 SQLErr (0) Weblogic
Data source issue in Oracle Weblogic/SOA Error: Internal Exception: java.sql.SQLException: Unexpected exception while enlisting XAConnecti...
[SQLServer]Could not find stored procedure 'master..xp_jdbc_open2'.
Problem: <Console encountered the following error java.sql.SQLException: [FMWGEN][SQLServer JDBC Driver][SQLServer]Could not find st...
Enterprise Manager is not working http://localhost:7001/em
Case1 After installing and Creating domain for SOA server I was getting some problem while running my enterprise manager. the error was ...
Oracle BAM 12C error(BEA-240003,SPI:260112) while updating OracleBamAdapter
While updating Oracle BAM 12 adpater OracleBamAdapter I was facing the below error. After troubleshooting I figured out that OracleBamAda...
Failed to import appliance Error reading OVA VERR_TAR_UNEXPECTED_EOS
Issue: While importing OVA file in Oracle virtual box, below issue can come. Failed to import appliance OST01.ova. Error reading OVA ...
Calling Stored Procedure in BPEL Process, Stored Procedure with Out Parameters
In this post i will show how to call a stored procedure with out parameters using DB Adapter. I have a package which consist of a proce...
Oracle Application Adapter error on activating in Weblogic Console resolved
Last couple of days i was facing the following issue when i try to update Apps Adapter in Oracle Weblogic console An error occurred during...
Recent Posts
Blog Archive
►
2020
(1)
►
October
(1)
►
2018
(4)
►
July
(4)
►
2017
(5)
►
May
(5)
►
2016
(7)
►
December
(1)
►
October
(3)
►
May
(3)
▼
2015
(16)
►
December
(2)
►
September
(4)
►
June
(4)
►
May
(1)
►
April
(3)
►
March
(1)
▼
February
(1)
Unlock user command for Oracle Database
►
2014
(15)
►
November
(2)
►
October
(1)
►
September
(1)
►
August
(2)
►
July
(2)
►
June
(1)
►
April
(1)
►
March
(1)
►
February
(3)
►
January
(1)
►
2013
(28)
►
October
(7)
►
September
(1)
►
August
(4)
►
June
(2)
►
May
(1)
►
April
(3)
►
March
(5)
►
February
(4)
►
January
(1)
►
2012
(16)
►
October
(2)
►
September
(1)
►
August
(9)
►
July
(1)
►
June
(2)
►
May
(1)
Labels
11g
(8)
ADF Mobile
(2)
BAM
(1)
BPM
(2)
Database
(2)
HTML
(2)
Java
(2)
JavaScript
(3)
JDeveloper
(12)
jQuery
(3)
Linux
(2)
My Articles
(2)
MYSQL
(1)
Oracle ADF
(10)
Oracle BPM 12C
(2)
Oracle SOA 12C
(5)
OSB
(1)
PHP
(3)
Problems
(24)
Siebel CRM
(4)
SOA
(40)
SQL/PLSQL
(2)
Technology
(1)
UCM
(2)
WebCenter
(3)
WebCenter Portal
(1)
Webcenter Sites
(2)
Weblogic
(6)
WordPress
(7)