Create or Edit Table: Enlarge the Name box

Roeland

Member³
Here's a quick fix: When you create (right_click on tables=> New...) or Edit a table with the Table Wizard, the edit-box for the name is not large enough. Table names can have up to 30 characters, but you show only 25 of them. Make this box a little larger so we can view the whole name at once.

Kind regards,

Roeland

PL/SQL Developer 9.0.4.1644
 
Could this be done for Version 12?
The fonts that I use are:
- in the browser: Segoe UI Regular 8
- in the grid: Segoe UI Regular 9
- in the editor: Courier New Regular 10
 
Oracle 12.2 will allow names up to 128 chars
Wow, I did not know that. Big improvement.

I can not see in the documentation, though, whether this will apply also for PL/SQL identifiers (variables, method names, package names etc.) Does anybody know more about this?
 
Seehttp://docs.oracle.com/database/122...WFT-GUID-CBA96F41-69B5-4EC8-B5E3-DC9A3EE7B040

Long Identifiers
The maximum length of identifiers is increased to 128 bytes for most identifiers, up from 30 bytes in previous releases.

Providing longer identifiers gives customers greater flexibility in defining their naming schemes, such as longer and more expressive table names. Having longer identifiers also enables object name migration between databases with different character sets, such as Thai to Unicode.
 
Back
Top