0% found this document useful (0 votes)
68 views1 page

POBS Cleaning Process

POBS data refers to the organizational breakdown structure stored in Primavera P6 databases. Large amounts of unused POBS data can cause slow import and export of XER files between P6 and other systems. The document provides a 5-step process to clean POBS data from a P6 database by locating the database home page, logging in with the correct credentials, running select and delete SQL commands on the POBS table.

Uploaded by

suri345
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views1 page

POBS Cleaning Process

POBS data refers to the organizational breakdown structure stored in Primavera P6 databases. Large amounts of unused POBS data can cause slow import and export of XER files between P6 and other systems. The document provides a 5-step process to clean POBS data from a P6 database by locating the database home page, logging in with the correct credentials, running select and delete SQL commands on the POBS table.

Uploaded by

suri345
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Exported file Before Pobs Cleaning

What is POBS Data?


POBS stands for Performing Organizational Breakdown Structure
Exported file After Pobs Cleaning
What are the problems with POBS data & XER Files?
if you’re an Oracle Primavera P6 user you’ve probably heard about the
problems with large XER files, slow XER import processes and the
problems with POBS data in the Primavera P6 database. Which took
hours for XER file imports and exports.

How Can I Clean POBS Data From My Database


Step 1-Step One – Locate the Oracle XE Database Home Page
Step 2-Log Into the Database Home Page
Note : -You must use ADMPRM$PM as the username & Password should be your P6 password
Step 3-Select SQL Commands
Step 4 – Enter the Count Command
select * from pobs
Step 5 – Enter the Delete Command
delete from pobs

1 2 3 4

You might also like