Database Utilities (MOSC)

MOSC Banner

Export using expdp.exe stopped working after changing user password

edited Jun 1, 2017 12:16PM in Database Utilities (MOSC) 3 commentsAnswered ✓

We were having a batch to run the expdp to export some schema and it was working fine until we changed the password for the windows admin user 'Dev-Svc', I am logged in with another windows admin user and I am in the permitted list to run this exe and the bat file that calls it (in below):

@echo off

set date=%date%

start \APP\Dev-Svc\product\11.2.0\dbhome_1\BIN\expdp.exe system/<Our System Password> schemas=HYPHSS DIRECTORY=BACKUP_DIR DUMPFILE=HYPHSS_%date%.dmp LOGFILE=HYPHSS_%date%.log

start \APP\Dev-Svc\product\11.2.0\dbhome_1\BIN\expdp.exe system/<Our System Password> schemas=HYPPLAN DIRECTORY=BACKUP_DIR_AM DUMPFILE=HYPPLAN_%date%.dmp LOGFILE=HYPPLAN_%date%.log

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center