Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

save ERD on Designer 6i

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
HI,

SOME ONE INSTALLED DESIGNER 6I VER 2 ON MY PC (OVER OS WIN2000
SERVER ,96 MB RAM, ORACLE 8I DATABASE)
AND IT WORKED OK AND I MADE A NICE ERD DIGRAM AND I SAVED IT
ALL THIS WAS VERY GOOD
BUT AFTER THAT WHEN I TRY TO MAKE ANY CHANGE OR ADD ANY ENTITY
AND TRY TO SAVE IT THE DESIGNER GIVES ME THIS MEESAGE
SAVEING FAILED
ORA-01654: unable to extend index
REPOS.PK_SDD_DIAGRAM_SEGMENTS_IDX by 2 in tablespace
DIAGRAM_INDEXES

Cause
-----
Failed to allocate an extent for index segment in tablespace.


Action
------
Use ALTER TABLESPACE ADD DATAFILE statement to add one or more
files to the tablespace indicated.
-----------------------------------------------------------------
---------------
Message
-------
RME-02124: Failed to execute SQL statement: insert into
I$SDD_DIAGRAM_SEGMENTS (DIAGRAM_REF, SEQUENCE, GRAPHICAL_DATA,
PARENT_IVID, PAC_REF) values
:)diag_id, :seq, :data, :diag_ivid, :diag_id)

Cause
-----
An error occurred while executing a SQL statement.

Action
------
Examine reported errors for specific details.


WHAT SHOULD I DO ? I ‘M BEGINER SO PLS IN DETAILS

THANKS A LOT
M. F.
 
Your diagram required more space than was available for the Repository. Tell your DBA that you need more space in the DIAGRAM_INDEXES tablespace. S/he should know what to do. Ask her/him to check the space in the rest of the tablespaces while s/he's at it - if one is hitting the edge, chances are that others are close to full.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top