database - EXP-0003 No storage definition found for segment (0,0) error while using EXP for export -


i trying export schema using exp command on server throwing me error exp-0003 no storage definition found segment (0,0).

exp userid=user/pass@sid file=vmper01cm_30sep2015.dmp log=vmper01cm_30sep2015.log statistics=none

the export release shows me -- export release 11.2.0.1.0 - production on wed sep 30 02:38::31 2015

and database is

connected to: oracle database 11g enterprise edition release 11.2.0.4.0 - 64bit production

i not sure if because of varying version of export release , database release or there cause it.

the error showing tables no rows (empty tables).

i have later perform export on our 10g machine export release , database release same , says export terminated no warnings.

this 10g database

export: release 10.2.0.4.0 - production on mon sep 28 12:01:09 2015

connected to: oracle database 10g enterprise edition release 10.2.0.4.0 - production

you should use exp version 11.2.0.4.0(the same server has), although in case more looks bug in oracle's exp utility.

afaik have problem "segment creation deferred" table parameter. these tables allocate space on demand, when 1st row inserted in them. 11g feature.

you can call:

alter table <table name> allocate extent; 

as workaround.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -