How to set naming standard that sets max number of words in column name?

Hi all,
Is it possible to set naming standard that sets max number of words in colum (or table) name?
I was looking video (1:08min)
http://download.oracle.com/otn_hosted_doc/sqldev/UserDefinedDesignRules/UserDefinedDesignRules.html
And here you can see how rule is triggered.
"...Name has 2 words; Max permitted - 1".
Thanks a lot

Hi,
you need to create glossary and set it in naming standards for your design.
This document is still valid - http://www.oracle.com/technetwork/developer-tools/datamodeler/datamodelernamingstandards-167685.pdf
Naming standard settings are located :
- DM 3.x - "Preferences>Data Modeler>Naming Standard"
- DM 4.0 - Design dialog>Settings>Naming Standard
If you want only check on number of words then glossary can be empty and you can set "Incomplete modifiers" option in that glossary.
Philip

Similar Messages

  • How to set max. number of rows in a table?

    Hi,
    I'm working on a SCADA interface. In this application there are different tables with vertical scroll bar.
    I prefer to make visible only the initialized rows (I've initialized 40 blank rows of a table with a string array). Since the window not contain all 40 rows but only 20 rows, I set the rows number of "table properties window" to 20; so I added a vertical scroll bar.
    Now, when a user scroll the scroll-bar, he can view not only the 40 rows initializated, but an undefined number of rows.
    There's a way to visualize only a limited number of rows?
    Thanks in advance!

    duplicate
    LabVIEW Champion . Do more with less code and in less time .

  • How to set Max. no. of hits when i display data

    Dear Experts,
    when i display data in ODS/Infocube, i hope display data of  the default value is 1000,how to set Maximum number of returned records.
    in SE11, i have goto utilities>settings>repository infosystem-->maximum No. of Hits  1000
    but still no any effect, how should i do it?
    Many Thanks
    Best Regards
    Stevezhuang

    Steve,
    If I'm not wrong you are talking about the number of hits while displaying the table content right, if yes that's what i was discussing.
    goto se11 -->enter the table name --> click on display --> click on contents -->it will take you to table selection screen there in that screen you will find the below options,
    in the menu bar -->settings --> user parameters --> change the max no of hits :1000 and click OK.
    You can set the desired max number of hits- that's wht i was talking about.
    Regards
    prashanth

  • How to set max row display rows in PO's PLD

    Hi,
    How to set max row display rows in PO's PLD
    Thanks and Best Regards
    Bruce

    Hi
    Max. Rows per Page is depend on PLD Settings and Depend on Repetitive Area Fieds Height.
    Try this,
    1st Case:
    ->> Administration Module.
    ->> System Initialization.
    ->> Open the Print Perferences Window.
    ->> Click General Tab on Print Perferences Window.
    ->> Assign the Max. Rows per Page - 99 (or) your wishes.
    ->> Update the Print Perferences.
    2nd Case:
    ->> Open your PLD.
    ->> Choose Repetitive Area on Field Index Window.
    ->> Click Format Tab on Properties Area Window.
    ->> Assign the Lines in Repetitive Area - Your Wishes .
    ->> Save the PLD.
    Regards,
    Madhan.

  • How to set request number of info package using start routine

    Hi All,
    I have a specific requirement in which I need to upload only selective request nos from PSA to DSO.
    Any one can suggest how to set request number of info package using start routine or any other mode so that only selective request should proceed using DTP?
    Thanks
    Sangita

    You'll probably want to do this in a start routine.  It is probably not advisable to hard-code the technical name of the InfoPak.  They seem to remain the same upon transport, unlike DTP technical names which are locally generated.
    I would do a SQL select like this in a start routine, and then filter based on the results of the SQL.  You'll probably want to sort the results by date and time, both descending.  Or do a MAX in the SQL.
    Please let me know if this isn't clear.
    select q~rnr q~logdpid q~tdatum q~tuzeit
    from rsreqdone as q
      inner join rsldpio as p
        on p~logdpid = q~logdpid
    where p~objvers = 'A'
    and p~logdpid like 'ZPAK%'
    and p~source = 'your data source'

  • How to set the number of seconds a servlet is allowed to run

    I use JSP to generate a report, but it will take about 10 minutes to search.
    IE Client screen displays an error message what is "Cannot find out your page" after 8 minutes. How to set the number of seconds a servlet is allowed to run.

    It's not a matter of how long the servlet is running... it's the browser timing out because the servlet hasn't responded to its request.
    You have several options:
    1) "Browser Pinging"
    Your servlet sends some small data which can be either seen or unseen (html comments, hidden chars, etc) by the user at short intervals while your report is running. When the report is finished, the browser will not have timed out because it has been "snacking" on those small bits of data which tell the browser its original request was both heard and being handled. I don't think there is any timeout in IE as long as it receives data continually (or at least before its own timeout mark over and over again...)
    2) Multithreaded processing
    This would probably be a better approach. Have the report run in a separate thread running on the server. You'd want to store a reference to this executing report in the user's session. Instead of making the browser wait for the report to be finished, have the servlet check the user's session to see if a report exists and is running. If one does not exist, create one and start its execution. If one does exist, and is still running, print a "please wait" type of message OR an animation, etc... along with some javascript which will reload the page every few seconds. If the page reloads and the servlet sees that the report is finished, it can then display it to the user.
    Hope this helps,
    -Scott

  • "I would like to know how to set the default view for the columns. Somewhere I read it could be done in by music icon under Library.  Can't find it.  Thanks

    "I would like to know how to set the default view for the columns that are shown in iTunes. Every time I open it, I have to either go to the options, or right-click to get the pop-up options, and delete "rating" and add "composer." I'd really like to just do it once and be done with it."  Somewhere I read you could do this by clicking on the Music icon under LIBRARY then arramge the columns.  Trouble is, I can't find a Musi Folder or icon in my user library.
    Any help would be appreiated.  OSX 10.9.2  iTunes version 11.1.5  Thanks!!! CW!

    From the iTunes menu bar try View>Show View Options.  Make sure what you want to see is checked and what you don't is unchecked.  You can do this (may need to do this) for any playlists, your main Library, etc.
    Good luck
    srb

  • How to set page number & current date in sqlplus result

    how to set page number & current date in sqlplus result

    Hi,
    Use the TTITLE command. For example:
    SET     PAGESIZE     15
    TTITLE     LEFT  &_date     RIGHT  "Page:" FORMAT 999 sql.pno     SKIP 2
    SELECT     ROWNUM
    ,     ename
    FROM     scott.emp
    ;Output:
    12-Jan-2011                    Page:   1
        ROWNUM ENAME
             1 SMITH
             2 ALLEN
             3 WARD
             4 JONES
             5 MARTIN
             6 BLAKE
             7 CLARK
             8 SCOTT
             9 KING
            10 TURNER
    12-Jan-2011                    Page:   2
        ROWNUM ENAME
            11 ADAMS
            12 JAMES
            13 FORD
            14 MILLER 
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only), and the results you want from that data. If your question is based on commonly available tables, like those in the scott schema, then you don't have to post any sample data: just post the output.
    Explain how you get those results from that data.
    Always say what version of Oracle (and other relevant softward, SQL*Plus in this case) you're using.

  • How to set maximum number of jobs in oracle

    Could pls tell explain me about how to set maximum number of jobs in oracle....
    Regd,
    Mahi

    I don't think there is any limit on number of jobs that can be submitted to Oracle. However, there is a limit on the number of processes that would execute those jobs (governed by JOB_QUEUE_PROCESSES).
    Message was edited by:
    Satish Kandi
    Typo corrected.

  • How to set the number of rings for the agent phone rings before it get the not prepared state

    hi, how to set the number of rings for the agent phone rings?  before it get the not prepared state.
    thanks

    The following assumes that you are using ICM with an IPIVR etc (not using CVP), as the answer is different for CVP
    What you are looking for is called "Ring no answer time".  It is set in the Agent Desk Setting List tool.
    Regards,
    Kevin

  • How to set change number is prerequisite when change BOM?

    Dear SAP Experts,
    I have actived EC management  in BOM control data in IMG. But when i changed
    BOM ( the code  CS02 )  with change number blank, system had not given an error message. SO,how to set change number is prerequisite when change BOMs?
    Thanks...
    Regards,
    Joey.

    Just a guess: Transaction os27 and change the number range to external.
    Matthias

  • How to set value to dimension1,2,3 column in AP Invoice?

    Dear All,
    I have a problem when creating AP Invoice using SAP B1 2005 B DI/API. The problem is when i can not find dimension1, dimension2, and dimension3 properties in oDraft.Lines. (oDraft is my variable for object  oPurchaseInvoices).
    How to set value to dimension1,2,3 column in AP Invoice using DI/API ?
    Regards,
    Herfin J.

    Hi! Yatsea,
    I am working with 2007B, In the order reference of B1WS, I found only CostingCode and COGSCostingCode provided:
    OrdersService.DocumentDocumentLine.CostingCode() As String
    OrdersService.DocumentDocumentLine.COGSCostingCode() As String
    Where are the rest 4 dimensions for both of them?
    Plus, I also got the XML from DI server, with only one CostingCode exposed.
    Thanks
    Constantine

  • How to set the number of rings before voice mail answers?

    How to set the number of rings before voice mail answers?

    For me its:
    1. Open the phone app and dial *#61# on the Keypad. Press the Call button.
    2. Locate this text on the screen: "Setting Interrogation Succeeded, Voice Call Forwarding, When Unanswered, Forwards to +" and record the 11-digit number after the + symbol.
    3. Touch the Dismiss button. Now enter this code on the Keypad: *61*+ followed by the 11-digit Forwards to number recorded in step 2, followed by *11 and *ringtime#. Ringtime is the number of seconds you want your iPhone to ring before voicemail picks up. Your finished code should look something like this:
    *61*+18555513466*11*30#
    In the example above the ring time is set to 30 seconds. Press the Call button.
    4. You should receive the message: Setting Activation Succeeded. Press Dismiss and next time you receive a call it will ring for the new amount of time before going to voicemail.

  • How Badly Do You Abuse Reserved Words in Column Names

    I have a challenge for all you DBA's out there.  Most of us agree that reserved words as column names is a bad practice but how clean is your database and some people are quit outspoken about it.  Run the following query on some of your custom, non-COTS, databases and post your top 5.  You may want to run it in Development to make sure new tables don't violate the best practice.  Often we don't think when creating column names or inherited ugly databases, but the fact is, we all have reserved word column names.
    Marcus Bacon
    SELECT   col.column_name , COUNT(1)
    FROM     all_tab_columns col, sys.v_$reserved_words rwrd
    WHERE    col.column_name = rwrd.keyword
    AND      owner NOT IN
               ( 'SYS',
                'SYSTEM',
                'MDSYS',
                'DBSNMP',
                'WMSYS',
                'XDB',
                'APPQOSSYS',
                'OPSG',
                'ORDDATA',
                'ORDSYS',
                'OUTLN' ,
                'CTXSYS',
                'OE',
                'HR',
                'TOAD')
    GROUP BY col.column_name
    ORDER BY count(1) desc,col.column_name;
    COLUMN_NAME                 
    COUNT(1)
    TO_DATE                           
    32
    NAME                              
    21
    ID                                
    14
    OWNER                              
    9
    CLASS                              
    6

    Hi,
    Interesting exercise!
    I modified your query, showing separate counts for Oracle, COTS and In-House schemas:
    WITH   got_developer  AS
        SELECT  CASE
                    WHEN  a.owner  IN ( 'APPQOSSYS'
                                      , 'CTXSYS'
                                      , 'DBSNMP', 'DMSYS'
                                      , 'HR'
                                      , 'MDSYS'
                                      , 'OE', 'OLAPSYS', 'OPSG', 'ORDDATA', 'ORDSYS', 'OUTLN'
                                      , 'SCOTT', 'SYS', 'SYSTEM'
                                      , 'TOAD', 'TSMSYS'
                                      , 'WKSYS', 'WMSYS'
                                      , 'XDB'
                                      )                THEN  'ORACLE'
                    WHEN  a.owner  IN ( 'FUBAR'
                                      )                THEN  'COTS'
                                                       ELSE  'IN_HOUSE'
                END   AS developer
        ,       r.keyword
        ,       r.reserved
        FROM    all_tab_columns        a
        JOIN    sys.v_$reserved_words  r  ON  r.keyword = a.column_name
    SELECT    keyword
    ,         reserved
    ,         SUM (CASE WHEN developer = 'IN_HOUSE' THEN 1 END)     AS in_house
    ,         SUM (CASE WHEN developer = 'COTS'     THEN 1 END)     AS cots
    ,         SUM (CASE WHEN developer = 'ORACLE'   THEN 1 END)     AS oracle
    ,         COUNT (keyword)                                       AS all_sources
    FROM      got_developer
    GROUP BY  GROUPING SETS ( (keyword, reserved)
                            , (reserved)
    ORDER BY  keyword
    ,         reserved
    Output from one database:
    KEYWORD         R   IN_HOUSE       COTS     ORACLE ALL_SOURCES
    A               N                                1           1
    ACCOUNT         N                     2                      2
    ADMIN           N                                3           3
    ADMINISTRATOR   N          3                                 3
    ADVISE          N                     2                      2
    ALIAS           N                     2                      2
    ALWAYS          N                                3           3
    ATTRIBUTE       N          8                    34          42
    ATTRIBUTES      N                               11          11
    AUTHENTICATION  N                                3           3
    AUTHID          N                                3           3
    BIGFILE         N                                4           4
    VALUE           N          8          3        173         184
    VERSION         N          1          2        124         127
    WAIT            N                                2           2
    WHEN            N                                1           1
    WHERE           Y                                2           2
    WRITE           N                                1           1
    XID             N                               20          20
    XMLSCHEMA       N                               15          15
    YEAR            N         21          1                     22
    ZONE            N          2         30                     32
                    N        479        182       4253        4914
                    Y                                3           3
                             479        182       4256        4917
    241 rows selected.
    Over 85% of the cases (including all 3 of the reserved words (1 ORDER and 2 WHEREs) were in Oracle-supplied schemas.
    The most commonly used keywords, outside of Oracle schemas, were
    ID (used in 206 tables)
    NAME (80)
    PERCENT (38)
    ZONE (32)
    YEAR (22)
    TIMESTAMP (18)
    USAGE (17)
    COST (15)
    CLASS (12)
    STATEMENT_ID (12)
    LOCATION, which was one of your most common examples, only occured 4 times in this database, and OWNER not at all  (outside of Oracle schemas).

  • How to set max rows in flowed textfield?

    Is there a way to limit the rows allowed to input on a flowed textarea? I now we can limit the length of max chars, but that would not help me.

    Hi Rishit,
    Thanks for your answer!
    Had a long holiday, so didn't give a feedback in time. Sorry for that!
    There is a tab 'Controls' in Universe Parameter, where there is a setting used to limit the size of result set.
    Then what's the priority between this setting and the similar setting in WebI query properties?
    However, acutally my question is how to set the limitation by user security profile in CMC.
    Do you have any idea about it?
    Qing
    Edited by: Qing Zhou on Jun 21, 2010 11:12 AM

Maybe you are looking for

  • Attempting to use Clearwire for iChat A/V

    Clearwire is a new wireless ISP. We are attempting to use the service to hold audio and video chats. All of our iSights work fine inside and outside or WAN, I even telecommute using iSight from home. We are testing the Clearwire service for portable

  • Need solu to Append the data frm different files..Element 'Rec' not expecte

    i need solution to append the data coming from different files. sample file is of format Header Records Data Records i need to append the data coming from files to single file which consist of single header and data records from all the four files. U

  • How to Design ProcessChain in Development Environment.

    Hello Every One, I have a requiremet like this:  I have Two DSO1 and DSO2, these two DSO'S ARE CONNECTED TO CUBE. IF ANY ONE KNOWS PLEASE HELPME, WITH NAVIGATION STEPS WITH EXAMPLE. Regards, ch

  • Iphoto library updating, "rebuilding" failure

    Every time I try to open iphoto I get a spinning wheel and a message saying, "please wait, updating library..." with "rebuilding library" in small font at bottom of the page. Within 3 seconds and the blue bar about a third of the way across screen, i

  • Recovering Lost iTunes Music Files

    Aight, so i accidently did a System Recovery. and i had never backed up my files (stupid! i know.. =\ ) and i lost everything!! At first, iTunes wasnt even working for me, so finally i uninstalled it and quicktime and then reinstalled them both, agai