GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Full import very slow- Or hanging
Operating System - HP-UX
1855271
Members
4945
Online
104109
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 02:44 AM
06-21-2004 02:44 AM
I am doing a full import of my database using the parameter file as shown below
userid=system/man buffer=1024000 file=Full.dmp show=n ignore=y grants=y indexes=y rows=y full=y commit=y ~
And the script shich starts this is
#!/bin/sh echo 'imp parfile=full_Prod.par' | batch exit 0 ~
The import has been running for 2:30 hours. If i do ps -ef|grep imp it lists
[root@$ ps -ef|grep imp root 23494 23493 41 13:14:06 ? 8:16 imp parfile=full_Prod.par
And select username,process from v$session also lists import .
Then , could import be hanging or very slow. The .dmp file is around 1G in size
Many thanks in advance ~ ~
userid=system/man buffer=1024000 file=Full.dmp show=n ignore=y grants=y indexes=y rows=y full=y commit=y ~
And the script shich starts this is
#!/bin/sh echo 'imp parfile=full_Prod.par' | batch exit 0 ~
The import has been running for 2:30 hours. If i do ps -ef|grep imp it lists
[root@$ ps -ef|grep imp root 23494 23493 41 13:14:06 ? 8:16 imp parfile=full_Prod.par
And select username,process from v$session also lists import .
Then , could import be hanging or very slow. The .dmp file is around 1G in size
Many thanks in advance ~ ~
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 06:38 PM
06-21-2004 06:38 PM
Re: Full import very slow- Or hanging
Hi,
hanging on import of GBs sound like an archiver stuck to me !
Reasons for archiver Stuck:
- Archive destination(s) full
- arch process not started or died
And one thing I recently heard, but never confirmed myself: background dump dest is full (an thus not allowing the alert file to grow on logswitches).
Hope this helps
Volker
hanging on import of GBs sound like an archiver stuck to me !
Reasons for archiver Stuck:
- Archive destination(s) full
- arch process not started or died
And one thing I recently heard, but never confirmed myself: background dump dest is full (an thus not allowing the alert file to grow on logswitches).
Hope this helps
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 06:59 PM
06-21-2004 06:59 PM
Solution
Hi,
This is from my experience.I used to run 1G dump on HPUX11.11 512M(Memory) and it took me around 15 hours.
It's a good idea if you specify also option log= so that you can monitor the progress.
regards
mB
This is from my experience.I used to run 1G dump on HPUX11.11 512M(Memory) and it took me around 15 hours.
It's a good idea if you specify also option log=
regards
mB
There are three person in my team-Me ,myself and I.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP