Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to extract a ddl from a dump database.

534677Sep 19 2006 — edited Dec 8 2006
Hi
I'm new to Oracle. I got a dump file from a Oracle database. I need to get from it the ddl to recreate the database on another Oracle server.
How do i do it? Please show me details steps how to do it.
Thanks.

Comments

807597
Connection refused means you connected to a server (the proxy server) but there was no server listening on the port you used.
Check you have the right host and port number.
797177
Unless it's a type your URL is malformed. You have only one forward slash after the protocol and colon. You've written:

http:/www.yahoo.com/
versus
http://www.yahoo.com/
797177
Of course I meant to use the word typo instead of type. Damn fingers! :->
807598
And TBL admits the double slash was a design mistake
807598
i have the same problem

i want to read from URL ("http://www.yahoo.com/") but everytime i try there comes this Exception:
java.net.ConnectException: Connection refused: connect

i have read that it this tries to do this on port 25
http://www.desknow.com/kb/idx/0/027/article/
but this port is blocked. can i do this on another port or can someone help me?

mfg
EJP
The article is talking about a product called DeskNow which apparently talks SMTP over port 25. You are talking HTTP which by default goes over port 80. So the article and port 25 have nothing to do with your problem, which is one of the possibilities mentioned above. It works for me in Java so I suggest it's a firewall or proxy problem at your end.
807598
but what should i do, firewall is disabled and is still says that i still can't open a connection.

has anybody a idea what i can do or what i should test?
807599
Check your firewall setting with network administrator. Very possibly because of that.
807599
Check your firewall setting with network
administrator. Very possibly because of that.
check the date on what you've just replied to. I really hope they haven't just been sat waiting all that time
807600
Hi ,

Try some intr*A*net URL instead of internet URL like yahoo.com .

This will help you to check whether it is indeed firewall problem or someother problem without talking to ur Network administrator .

Regards
San
EJP
Good grief
843785
1st check you data base is up and running.
2nd check firewall
that's the only thing need to worry i believe.
843785
I am having one doubt: can this zombie rack up 1 lakh view, also?
791266
BigDaddyLoveHandles wrote:
I am having one doubt: can this zombie rack up 1 lakh view, also?
Yes, but not that many posts.

I'm locking this zombie thread.
1 - 14
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 5 2007
Added on Sep 19 2006
15 comments
10,924 views