oaklanders
Technical User
- Dec 9, 2007
- 38
I keep running into space issues when creating and/or modifying field varchar2 size in OEM for my Oracle 9i Schema. If I lower one field size then I can increase another field size etc...It seems like my Schema has a limit on total sizes of all my varchar2 fields.
Is the space or limit due to how much space the DBA set up in my Schema?
Basically if I ask the DBA to increase my Schema size I will be able to increase more of my fields varchar2 size?
Table example that has all varchar2 datatypes:
Is the space or limit due to how much space the DBA set up in my Schema?
Basically if I ask the DBA to increase my Schema size I will be able to increase more of my fields varchar2 size?
Table example that has all varchar2 datatypes:
Code:
fieldOne varchar2(1500)
fieldTwo varchar2(1500)
fieldThree varchar2(2000)
etc..