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>
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (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...
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...
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...
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...
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 ...
[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...
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...
xhost unable to open display,Please set the DISPLAY
Workaround: 1) log into console as root and open a terminal. 2) DISPLAY=:0.0 3) export DISPLAY 4) xhost + 5) su - oracle 6) DISPLAY=:0....
C:\Program' is not recognized as an internal or external command
Issue : D:\Software\Jdev\fmw_12.2.1.3. 0_soaqs_Disk1_1of2> C:\Program Files\Java\jdk1.8.0_171\bin\ java.exe -jar fmw_12.2.1.3.0_soa_...
Process Verification Failure: The process has more than one thread.VirtualBox
Issue : VirtualBox - Error In supR3HardenedWinReSpawn rc= -55640) Please try reinstalling VirtualBox where: supR3HardenedWinR...
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)
0 comments:
Post a Comment