Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
First, Zum, there is nothing stupid about being new to Oracle. We all were new to Oracle at one point and for a longer period than we cared for, so please don't feel uncomfortable about asking questions...That is what we are here for...to help.Zum said:I'm very new to Oracle so forgive my stupidity.
...I presume that you are talking about backing up a single schema of data using this type of Sybase command:What is the command to do a database backup?
dump database <database_name> to "<full path/filename>"
% exp
Export: Release 9.2.0.4.0 - Production on Fri Jul 27 16:39:32 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Username: dhunt
Password:
Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
Enter array fetch buffer size: 4096 >
Export file: expdat.dmp >
(1)E(ntire database), (2)U(sers), or (3)T(ables): (2)U >
Export grants (yes/no): yes >
Export table data (yes/no): yes >
Compress extents (yes/no): yes >
Export done in US7ASCII character set and AL16UTF16 NCHAR character set
server uses WE8ISO8859P1 character set (possible charset conversion)
About to export specified users ...
User to be exported: (RETURN to quit) >
Export terminated successfully without warnings.
foster:/corp/home/oracle$ exp
Export: Release 9.2.0.4.0 - Production on Fri Jul 27 16:43:59 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Username: dhunt
Password:
Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production
Enter array fetch buffer size: 4096 >
Export file: ./expdat.dmp >
(1)E(ntire database), (2)U(sers), or (3)T(ables): (2)U >
Export grants (yes/no): yes >
Export table data (yes/no): yes >
Compress extents (yes/no): yes >
Export done in US7ASCII character set and AL16UTF16 NCHAR character set
server uses WE8ISO8859P1 character set (possible charset conversion)
About to export specified users ...
User to be exported: (RETURN to quit) > ztest
User to be exported: (RETURN to quit) >
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user ZTEST
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user ZTEST
About to export ZTEST's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export ZTEST's tables via Conventional Path ...
. . exporting table DEPT 8098 rows exported
EXP-00091: Exporting questionable statistics.
. . exporting table S_CUSTOMER 15 rows exported
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
. . exporting table S_DEPT 12 rows exported
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
. . exporting table S_EMP 25 rows exported
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
. . exporting table S_IMAGE 19 rows exported
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
. . exporting table S_INVENTORY 114 rows exported
EXP-00091: Exporting questionable statistics.
EXP-00091: Exporting questionable statistics.
. exporting synonyms
. exporting views
. exporting stored procedures
. exporting operators
. exporting referential integrity constraints
. exporting triggers
. exporting indextypes
. exporting bitmap, functional and extensible indexes
. exporting posttables actions
. exporting materialized views
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
. exporting statistics
Export terminated successfully with warnings.
exp buffer=15000000 compress=y grants=y feedback=1000 consistent=y file=FOS9204.ZTEST.dump log=ZTEST_Exp.log statistics=none owner=ZTEST userid=ZTEST/ZTEST@FOS9204
% exp help=y