English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In oracle is there such a command that will display all tables, All headings, and entities???...basically the entire database???....is so please help me out...thanks

2006-12-06 15:48:09 · 4 answers · asked by elbestionblog 1 in Computers & Internet Software

4 answers

If you have the ability to create an export, you can export the whole database minus the data:
( full=y rows=n )
and then use import to show the contents of the export file without trying to import it ( show=y log=listing.log )

2006-12-06 15:52:28 · answer #1 · answered by oohhbother 7 · 0 0

sq. is in elementary terms a language. in case you prefer to artwork in the worldwide of relational databases, then you definately somewhat ought to prefer to first get a stable understand-how of the relational kind and how it somewhat is used in sq.. those foundations are the comparable for all relational databases (Oracle, sq. Server, MYSQL, Postgres etc). Then there are glaring important variations in the dialects utilized by employing employing each database (particularly at an identical time because it contains stored strategies), and lots greater beneficial important variations of their inner implementations (in certainty in the way the cope with concurrency and consistency, i.e. locking and transaction isolation). as much as now as employment, i ought to declare the two sq. Server and Oracle are primary. the biggest huge distinction is that sq. Server locks you in the Microsoft worldwide (that's incredible if that's what you opt for) at an identical time as you will discover Oracle used in a much bigger sort of platforms (abode domicile windows, Linux, Solaris, HP-UX; AIX, etc). additionally Oracle has a bent for use for greater beneficial effective, project-severe applications, at an identical time as sq. Server has a bent for use greater beneficial for greater beneficial basic departmental applications.

2016-12-18 08:58:03 · answer #2 · answered by nurdin 3 · 0 0

No such thing with one command or statement. It would take many select statements.

2006-12-06 15:49:57 · answer #3 · answered by idontgetit 2 · 0 0

SELECT * FROM database-name ???

2006-12-06 15:53:48 · answer #4 · answered by ? 3 · 0 2

fedest.com, questions and answers