1. List all datafile for tablespace PSABTABD
2. shutdown DB
3. move datafile using brtools or copy using OS level
4. startup mount database (if using copy OS Level)
5. execute this command to change controlfile for new location of datafile
ALTER DATABASE RENAME FILE 'old_path' TO 'new_path';
6. startdatabase
Regards
2. shutdown DB
3. move datafile using brtools or copy using OS level
4. startup mount database (if using copy OS Level)
5. execute this command to change controlfile for new location of datafile
ALTER DATABASE RENAME FILE 'old_path' TO 'new_path';
6. startdatabase
Regards