Performance of Designer as well as of any client/server application may depend on 3 factors: database, network, client. Your database server may be too weeak or not tuned well, network connection may be slow and at last client PC may not suit Designer's requirements. If you don't experience problems with other designer tools, it's probably your PC problems. But in any case analyzing Designers schema (you may use RAU for this) shouldn't do much harm.
I checked the RAU and noted that the temporary tablespace was completely maxed out. Is there a way for me to build an extension to it, another physical tablespace?
Temporary tablespace (if it's really TEMPORARY) always is almost full. It's freed only on database shutdown (or startup, not sure). Though sorting in permanent tablespace may kill performance.
You're probably not familiar with Oracle concepts: temporary tablespace is extended by need and shrinks only on restart. So it's always full and this is not an issue.Is your SGA large enough? Have you analyzed your Designer schema? How many entities does your diagram contain?
I've restarted the system temp tablespace and it cleared up the problem, however, when I tried to do the same to the repository temp tablespace, nothings change. It still shows that the temp tablespace is maxed out. I've checked the SGA and its fairly sized. As for the entities, we have over 30. I didn't have a problem loading the ERD from the Entity Relationship Diagrammer but only with the Server Model Diagram. Do you think maybe its because of the many tables and its relationships?
I don't think so, because I successfully open diagrams with compareble number of entities. Have you analyzed repository schema? BTW, I'm not sure that Repository temporary tablespace is temporary in Oracle terms: it just contains some temporary objects.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.