Jump to content
 English      
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
     Forums advanced search
HP.com Home
IT Resource Center Forums > HP-UX > databases

Single task tools

» 

IT Resource Center

» Login
» Register
» My profile
» Search knowledge base
» Forums
» Patch database
» Download drivers, software and firmware
» Warranty check
» Support Case Manager
» Software Update Manager
» Training and Education
» More maintenance and support options
» Online help
» Site map

Member icons
 
 HP moderator  HP moderator
 Expert in this area  Expert in this area
Member status
ITRC Pro ITRC Pro
250 points
ITRC Graduate ITRC Graduate
500 points
ITRC Wizard ITRC Wizard
1000 points
ITRC Royalty ITRC Royalty
2500 points
ITRC Pharaoh ITRC Pharaoh
7500 points
Olympian Olympian
20000 points
1-Star Olympian 1-Star Olympian
40000 points
2-Star Olympian 2-Star Olympian
80000 points
»  How to earn points
»  Support forums FAQs
Question status
Magical answer Magical answer
Message with a response that solved the author's question
Favorites status
Add to my favorites Add to my favorites
Delete from my favorites Delete from my favorites
This thread has been closed Thread closed
 

Content starts here
   Create a new message    Receive e-mail notification if a new reply is posted  Reply to this message
Author Subject: Single task tools      Add to my favorites
Adrian
Jul 26, 2004 17:21:21 GMT   

Do you know if is posible generate the singletask commands to export an import tools for oracle 9.2.0.2 on HP-UX 11.11 ?

What is the procedure?
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click here


Sort Answers By: Date or Points
Indira Aramandla This member has accumulated 2500 or more points
Jul 26, 2004 21:22:24 GMT    Unassigned Attachement is 130048.doc 

Hi Adrian,

You can do the export and import of tables or the complete schema or full database through a script.

Atttached is the script that does a simple export from a target database and then importes into the target database.

you can export only tables by specifying tables=owner.table_name in the exp parameters list, or for a complete schema export specify owner=schema_name or for full database specify full=y.

And likewise in the import parameters list specify the same for table specify table=table_name (you do not qualify the owner with the table_name as you specify fromuser= and touser= in an import) and for full database specify full=y.

You can use the other parameters options in the exp and imp utilities (check for more by typing exp HLEP=Y and imp HELP=Y) and choose the options appropriate for your requirement.

I hope this helps


Indira A
Adrian
Jul 27, 2004 10:21:06 GMT    N/A: Question Author

Indira when I execute the next command I can't generate the executable for singletask:

make -f ins_rdbms.mk expst

- Linking Singletask Export utility (exp)
cc -Wl,+s -Wl,+n +DA2.0W +DS2.0 -o expst -L/ora9i/rdbms/lib/ -L/ora9i/\
echo '/ora9i/lib/osntabst.o'; \
else \
echo '/ora9i/network/lib/osntabst.o'; \
fi ` /ora9i/rdbms/lib/ttcsoi.o /ora9i/rdbms/lib/ttcoerr.o /ora9i/rdb
ld: I/O error, file "/ora9i/rdbms/lib/kpufpd.o": No such file or directory
Fatal error.
*** Error exit code 1
Indira Aramandla This member has accumulated 2500 or more points
Jul 27, 2004 21:24:35 GMT    Unassigned

Hi Adrian,

This is what Metalink says.

In Oracle Server - Enterprise Edition 9i, Single-task linking and non-deferred linking are not supported
You will experience the following errors when linking executables in single-task mode for example
“ld: I/O error, file "$ORACLE_HOME/rdbms/lib/kpufpd.o": No such file or directory
unable to create single-task executables (expst,impst,sqlldrst)

The fix for this is to use two-task (normally) linked executables.

Do not pass following targets to the make utlility: singletask, expst, impst, sqlldrst
I.e. use
make -f ins_rdbms.mk iexp iimp isqlldr

instead of
make -f ins_rdbms.mk expst impst sqlldrst
make -f ins_rdbms.mk singletask


I hope this helps.


Indira
 
Create a new message    Receive e-mail notification if a new reply is posted   Reply to this message
 
 
Printable version
Privacy statement Using this site means you accept its terms
© 2010 Hewlett-Packard Development Company, L.P.