Topic: SQL*Plus and PL/SQL >> Error: ORA-00054
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| shake |
Posted: Jun 29, 2009 06:09:03 AM |
Total Post: 96
Joined: Jun, 2008
|
Hi,
I get the below error while creating an index on a table. Plz, suggest a solution why this happens and how can I resolve this problem.
ORA-00054: resource busy and acquire with NOWAIT specified
Here is the code for index creation.
create index IND_ACCOUNT_ID on T_BIL_ACCOUNT_SERVICE_BALANCE (account_id); |
|
|
RAJNISH |
| Posted: Jun 29, 2009 06:36:19 AM | |
|
Total Post: 137
Joined: Jan, 2007
|
Shake,
try using online clause. as
create index IND_ACCOUNT_ID on T_BIL_ACCOUNT_SERVICE_BALANCE (account_id) online;
|
|
|
|
|
RAJNISH |
| Posted: Jun 29, 2009 06:42:26 AM | |
|
Total Post: 137
Joined: Jan, 2007
|
try using online clause. as
create index IND_ACCOUNT_ID on T_BIL_ACCOUNT_SERVICE_BALANCE (account_id) ONLINE;
In this case index will be created as soon as the pending transaction ot table completes.
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| menon srivalsala kumar | 639 |
| positive fanatic | 615 |
| Gitesh Trivedi | 515 |
| Jayanta Sur | 480 |
| Vinoth Kumar | 436 |
| Vigyan Kaushik | 398 |
| Gopu Gopi | 364 |
| Vishant Sanghavi | 346 |
|
|