FLOAUG15 SunCollaborate – VirtualBox Session

Florida Oracle Application User Group SunCollaborate 2015 just finished. Great conference, kudos to all worked to make this happen. Had a good session talking about VirtualBox. I just uploaded the slides here… http://www.slideshare.net/BijuThomas3/2015-floaug-bijuthomas Earlier Post on VirtualBox here… Pre-Built Oracle Database 12.1.0.2 on VirtualBox

Oracle #DB12c New – MAX_STRING_SIZE

In pre-12c database releases, VARCHAR2, NVARCHAR2 data types were limited to 4000 bytes and RAW data type was limited to 2000 bytes. If there is a need to store more data in VARCHAR2 column, you can in 12c after setting the parameter MAX_STRING_SIZE to EXTENDED. With setting MAX_STRING_SIZE to EXTENDED, you can store up to … Read more