Hi before i start i have to confess, i've never used the import and export utility in Oracle before. I'm basically trying to export a table called security_users from my live instance. This table contains all login information regarding our users, the table has 800 rows.
I successfully managed to export the table to file called users.expdat, the command i used was:
exp system/manager file=users.expdat tables=security_users log=users.log
but i noticed in the logfile it only exported 13 rows, not 800. Why is that?
![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)
Regards
Bobby
I successfully managed to export the table to file called users.expdat, the command i used was:
exp system/manager file=users.expdat tables=security_users log=users.log
but i noticed in the logfile it only exported 13 rows, not 800. Why is that?
![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)
Regards
Bobby