Sie sind auf Seite 1von 5

3/25/2017 What is PSAPUNDO and PSAPSR3?

 (http://go.sap.com/index.html)

Comm
unity
Get Started (http://go.sap.com/community/getting­started.html)
  (https://onedx.find.sap.com) 
(htt
(http:/ ps://
/go.sa
Archived sha
p.com/
discussion red
comm
s are ui.s
unity.h
read­only. ervi
tml)
Learn ces.
more
/ sap.
about SAP
Archives (/) com
Q&A
/ /pro
Discussion
(https://go tect
s Archive
.sap.com/ ed.h
(/discussio
communit tml?
ns)  /
y/about/qu ref=
Database
estions­ http
(/discussio
and­ s://a
ns/space/d
answers.h
atabase) rchi
tml)
/  What is ve.s
PSAPUND ap.c
O and om/
PSAPSR3?
)

Solutions (http://go.sap.com/solution.html) 

Support (http://go.sap.com/support.html)

Training (http://go.sap.com/training-certification.html)

Community (http://go.sap.com/community.html) 

Developer (http://go.sap.com/developer.html) 

Partner (http://go.sap.com/partner.html)  About (http://go.sap.com/about.html) 


https://archive.sap.com/discussions/thread/3907871 1/5
Partner (http://go.sap.com/partner.html)What is PSAPUNDO and PSAPSR3?
3/25/2017
About (http://go.sap.com/about.html)

What is PSAPUNDO and PSAPSR3?
 This question is answered

Hi Experts,

I have so many doubts regarding tablespace.

Can someone please explain what is PSAPUNDO and PSAPSR3 in table space?

what does it mean by reaching 100%?

What causes the table sapce to increase?

Please explain.

Thanks in advance

 Tags:  database, database_and_technology

 (https://people.sap.com/abhishekr)

 Abhishek R (https://people.sap.com/abhishekr)
May 20, 2016 at 08:52 AM
 0 Likes

https://archive.sap.com/discussions/thread/3907871 2/5
3/25/2017 What is PSAPUNDO and PSAPSR3?

 Correct Answer

 (https://people.sap.com/krishnaiah.kammari)

 Krishnaiah Kammari (https://people.sap.com/krishnaiah.kammari) replied May 20, 2016 at 08:52 AM

Hi Abhishek,

A database is divided into logical storage units called tablespaces, which group together related
logical structures (such as tables, views, and other database objects). For example, all application
objects can be grouped into a single tablespace to simplify maintenance operations.

A tablespace consists of one or more physical datafiles. Database objects assigned to a tablespace
are stored in the physical datafiles of that tablespace.

The tablespace PSAP<SID> is the standard tablespace where transparent tables are saved (big
chunk of tables and indexes)

If your PSAPSR3 table sapce is 100% then your DB will creash automatically. If you want to avoid this,
we have to add the datailes to tablespace.

PSAPUNDO: Oracle standard and it is simply the information stored by Oracle to rollback or undo
changes to the databaseinformation. Every database must have an undo tablespace. If this table is
full then your jobs will fail.

If you want to avoid theh issues you  have to extedn the table sapce.

For UNDO:

http://www.databasejournal.com/features/oracle/article.php/3820841/Failures­within­Your­UNDO­
Tablespace­When­do­they­occur.htm
(http://www.databasejournal.com/features/oracle/article.php/3820841/Failures­within­Your­UNDO­
Tablespace­When­do­they­occur.htm)

How To Extend Table space on oracle:

http://scn.sap.com/docs/DOC­29484 (http://scn.sap.com/docs/DOC­29484).

Regards,

Krishnaiah

 0
View this answer in context   (/discussions/message/16729288#16729288)

Helpful Answer by
Shubham Srivastava (/discussions/message/16728928#16728928) , Prithviraj Rajpurohit
(/discussions/message/16728940#16728940)

https://archive.sap.com/discussions/thread/3907871 3/5
3/25/2017 What is PSAPUNDO and PSAPSR3?

Not what you were looking for?  Ask a question (https://answers.sap.com/questions/ask.html)

3 replies

 Helpful Answer

 (https://people.sap.com/shubham.srivastava)

Shubham Srivastava (https://people.sap.com/shubham.srivastava)replied May 20, 2016 at 06:12 AM

Hello,

Please refer to SAP note  ­ 355771 (Oracle explanation of new table space layouts)

Shubham

 Helpful Answer

 (https://people.sap.com/prithviraj.r)
Prithviraj Rajpurohit (https://people.sap.com/prithviraj.r)replied

May 20, 2016 at 06:46 AM

Hi,

PSAPUNDO: is the tablespace to keep intermediate/non committed
transaction in this way it ensures data consistency and read
consistency in database system.

PSAPSR3: is the tablespace that hold the actual data of any abap
sap system.

Regards

Prithviraj.

Correct Answer
https://archive.sap.com/discussions/thread/3907871 4/5
3/25/2017 What is PSAPUNDO and PSAPSR3?

 (https://people.sap.com/krishnaiah.kammari)

Krishnaiah Kammari (https://people.sap.com/krishnaiah.kammari)replied May 20, 2016 at 08:52 AM

Hi Abhishek,

A database is divided into logical storage units called tablespaces, which group together
related logical structures (such as tables, views, and other database objects). For
example, all application objects can be grouped into a single tablespace to simplify
maintenance operations.

A tablespace consists of one or more physical datafiles. Database objects assigned to a
tablespace are stored in the physical datafiles of that tablespace.

The tablespace PSAP<SID> is the standard tablespace where transparent tables are
saved (big chunk of tables and indexes)

If your PSAPSR3 table sapce is 100% then your DB will creash automatically. If you want
to avoid this, we have to add the datailes to tablespace.

PSAPUNDO: Oracle standard and it is simply the information stored by Oracle to rollback
or undo changes to the databaseinformation. Every database must have an undo
tablespace. If this table is full then your jobs will fail.

If you want to avoid theh issues you  have to extedn the table sapce.

For UNDO:

http://www.databasejournal.com/features/oracle/article.php/3820841/Failures­within­Your­
UNDO­Tablespace­When­do­they­occur.htm
(http://www.databasejournal.com/features/oracle/article.php/3820841/Failures­within­
Your­UNDO­Tablespace­When­do­they­occur.htm)

How To Extend Table space on oracle:

http://scn.sap.com/docs/DOC­29484 (http://scn.sap.com/docs/DOC­29484).

Regards,

Krishnaiah

0
Share & Follow
 (https://www.facebook.com/sapcommunitynetwork?ref=ts)    (https://twitter.com/sapcommnet)

 (https://www.youtube.com/user/SAPCommunities)    (https://www.linkedin.com/company/sap)
 (https://plus.google.com/u/0/+SAPCommunities/posts)    (https://instagram.com/sap/)

 (http://www.slideshare.net/SAP)  

Privacy (http://go.sap.com/about/legal/privacy.html)  Terms of Use (http://go.sap.com/corporate/en/legal/terms­of­use.html)
Legal Disclosure (http://go.sap.com/about/legal/impressum.html)  Copyright (http://go.sap.com/about/legal/copyright.html)

Trademark (http://go.sap.com/about/legal/trademark.html)  Sitemap (http://www.sap.com/sitemap/index.html)  Newsletter


https://archive.sap.com/discussions/thread/3907871 5/5

Das könnte Ihnen auch gefallen