Home » RDBMS Server » Server Administration » urgent:cannot see those tables
urgent:cannot see those tables [message #138469] Thu, 22 September 2005 03:22 Go to next message
emadbsb
Messages: 334
Registered: May 2005
Location: egypt
Senior Member

hii

i have a big problem that our applications arenot running
and when i run the sql i can connect with no problems

but when i make that command
desc tab
the sql hang and close
also the tables of of all_objects,user_objects
although our tables are found and work from sql with no problems

what can i do
plz reply immediatly

thx



also i want to add something
that after these problem happened
i run the files of catalog.sql & catproc.sql & utlrp.sql
from the sql

is those made the problem

[Updated on: Thu, 22 September 2005 03:30]

Report message to a moderator

Re: urgent:cannot see those tables [message #138471 is a reply to message #138469] Thu, 22 September 2005 03:37 Go to previous messageGo to next message
alliejane
Messages: 59
Registered: July 2005
Location: Glasgow
Member
Can you post the last few entries in your alert log to help solve the problem.

Also when you ran catalog.sql and catproc.sql did you do this as user sys.. connect / as sysdba or connect sys/password as sysdba?

Cheers

Allie
Re: urgent:cannot see those tables [message #138472 is a reply to message #138469] Thu, 22 September 2005 03:39 Go to previous messageGo to next message
emadbsb
Messages: 334
Registered: May 2005
Location: egypt
Senior Member

no i didnot run them as sys/password

also what do u mean by posting the last few entries
Re: urgent:cannot see those tables [message #138476 is a reply to message #138472] Thu, 22 September 2005 03:50 Go to previous messageGo to next message
alliejane
Messages: 59
Registered: July 2005
Location: Glasgow
Member
Yes they must be run as sysdba, it creates views under the sys schema, that might be where your problem lies..

If you open each of the files that you ran, they give you instructions on which user must be logged.

I'd try that first, if not my second query was for you to post us some of the latter entries in your ALERTsid.ora file.

Sorry if you already know this, but you can find this file in the BACKGROUND_DUMP_DEST.

show parameter BACKGROUND_DUMP;

A file is created in this directory that holds a chronological list of all major events that occur on your database, including startup/shutdown and importantly errors..

If you copy and paste the entries from this file into the thread then it might help us analyze the problem, (make sure you don't give us the whole file though.. only the entries that cover the time period when the problem occurred)

I would try re-running catalog and catproc as sys first though.

Allie
Re: urgent:cannot see those tables [message #138481 is a reply to message #138469] Thu, 22 September 2005 04:07 Go to previous messageGo to next message
emadbsb
Messages: 334
Registered: May 2005
Location: egypt
Senior Member

i ran the two files from sql under sys
and they run ok with no errors
what can i do next
Re: urgent:cannot see those tables [message #138482 is a reply to message #138481] Thu, 22 September 2005 04:10 Go to previous messageGo to next message
alliejane
Messages: 59
Registered: July 2005
Location: Glasgow
Member
Is the original problem still occurring?

If so then follow point 2 and let me see some entries from your alert log? That might point us to the next solution..
Re: urgent:cannot see those tables [message #138483 is a reply to message #138469] Thu, 22 September 2005 04:15 Go to previous messageGo to next message
emadbsb
Messages: 334
Registered: May 2005
Location: egypt
Senior Member

no the original problem of descring those tables is finished
thx

but i still cannot connect to my applications
it gives me raised unhandled exceptions

Re: urgent:cannot see those tables [message #138484 is a reply to message #138483] Thu, 22 September 2005 04:19 Go to previous messageGo to next message
alliejane
Messages: 59
Registered: July 2005
Location: Glasgow
Member
Not sure what you can do next.. possible check with your applications team (if you have one..)

Can someone else chip in?
Re: urgent:cannot see those tables [message #138486 is a reply to message #138484] Thu, 22 September 2005 04:32 Go to previous messageGo to next message
sunil_v_mishra
Messages: 506
Registered: March 2005
Senior Member
hi,

I think your problem that you had specified in your first post is related to application because you were able to connect with the database throug SQL without any problem ...
Please check the connect string in the application code as well as the user and password in it.

Regards
Always Friend Sunilkumar
Re: urgent:cannot see those tables [message #138488 is a reply to message #138469] Thu, 22 September 2005 04:46 Go to previous messageGo to next message
emadbsb
Messages: 334
Registered: May 2005
Location: egypt
Senior Member

no the connect string is right
Re: urgent:cannot see those tables [message #138494 is a reply to message #138488] Thu, 22 September 2005 04:57 Go to previous messageGo to next message
JSI2001
Messages: 1016
Registered: March 2005
Location: Scotland
Senior Member
Quote:

it gives me raised unhandled exceptions


Does it output the text "Raised unhandled exceptions" or does it actually give you more detail than that?
Jim
Re: urgent:cannot see those tables [message #138495 is a reply to message #138469] Thu, 22 September 2005 05:03 Go to previous messageGo to next message
emadbsb
Messages: 334
Registered: May 2005
Location: egypt
Senior Member

now there is no errors in my application
but still there is some packing is reapted
and when i run them by using

SELECT 'ALTER '||OBJECT_TYPE||' '||OBJECT_NAME||' COMPILE;'
FROM ALL_OBJECTS
WHERE STATUS LIKE '%INV%'

there still some packages in not compiled
Re: urgent:cannot see those tables [message #138496 is a reply to message #138495] Thu, 22 September 2005 05:09 Go to previous messageGo to next message
JSI2001
Messages: 1016
Registered: March 2005
Location: Scotland
Senior Member
Uh-HUH.... can you think of any more information for us that might be useful??
Whenever you post a question, you MUST give as much info as possible. Without lots of information, people cannot assess what the problem is. One of the most frustrating things about this is that there can often be 3, 4 10, 20 more posts just trying to find out what the problem actually is, before any resolution can be arrived at.
Give more details. without them no-one can do anything other than guess. Most people are too busy for that.
Jim
Re: urgent:cannot see those tables [message #138503 is a reply to message #138469] Thu, 22 September 2005 05:27 Go to previous messageGo to next message
emadbsb
Messages: 334
Registered: May 2005
Location: egypt
Senior Member

the problem that after running catalog.sql and catproc.sql under sql

i find there is packages repeated with the same name
Re: urgent:cannot see those tables [message #138506 is a reply to message #138503] Thu, 22 September 2005 05:32 Go to previous messageGo to next message
JSI2001
Messages: 1016
Registered: March 2005
Location: Scotland
Senior Member
Uh-HUH.... can you think of any more information for us that might be useful??
Whenever you post a question, you MUST give as much info as possible. Without lots of information, people cannot assess what the problem is. One of the most frustrating things about this is that there can often be 3, 4 10, 20 more posts just trying to find out what the problem actually is, before any resolution can be arrived at.
Give more details. without them no-one can do anything other than guess. Most people are too busy for that.
Jim
Re: urgent:cannot see those tables [message #138508 is a reply to message #138506] Thu, 22 September 2005 05:42 Go to previous messageGo to next message
tarundua
Messages: 1080
Registered: June 2005
Location: India
Senior Member

Quote:

i find there is packages repeated with the same name


>> Which package ?

>> Cant you post that output?

I am sure Jim would be enjoying with you. Laughing

regards,
tarun
Re: urgent:cannot see those tables [message #138520 is a reply to message #138469] Thu, 22 September 2005 06:12 Go to previous message
JSI2001
Messages: 1016
Registered: March 2005
Location: Scotland
Senior Member
Laughing Yes tarun I just love asking the same questions over and over again Laughing
Jim
Previous Topic: materialized view help
Next Topic: OracleService does not start
Goto Forum:
  


Current Time: Fri Jan 10 10:20:12 CST 2025