To increase the VARCHAR datatype column length

Hi,
I need to increase the VARCHAR datatype column length from VARCHAR2(16) TO VARCHAR2(100) on Production environment.
Kindly let us know the impact on Production and also required for downtime to proceed the activity.
Please find the details as below,
DB Version: Oracle 11g R2 (11.2.0.3)
OS : AIX 6.1
If you need further information, kindly let me know.
Thanks & Regards,
Raj

Hi,
You can do it online but better to perform at off-peak time because it will marked all those Cursor from Library Cache as Invalid which refer this Table which incurs hard parsing when those cursor refer by the application next time.
Thanks

Similar Messages

  • To increase the oracle VARCHAR datatype column length

    Hi,
    I need to increase the VARCHAR datatype column length from VARCHAR2(16) TO VARCHAR2(100) on Production environment.
    Kindly let us know the impact on Production and also required for downtime to proceed the activity.
    Please find the details as below,
    DB Version: Oracle 11g R2 (11.2.0.3)
    OS : AIX 6.1
    If you need further information, kindly let me know.
    Thanks & Regards,
    Raj

    Hi,
    Better to move your question in General Category.
    Thanks

  • How to increase the row and Column length of Bex query in EP Portal 7.3

    Dear All,
    Please let me know the process  to Increase the Rows and Columns  Size of Bex Query in Enterprise Portal  of SAP  7.3 .
    Please  let settings to increase rows up 10000 and column 100 in one page.
    Thanks
    Regards,
    Sai

    Dear All,
    Please find the attached screen shot.
    The report be open with 4 or 5 columns and 5 or 6 rows.
    So, please  let me know how to increase the length of the table.
    Do the needful for me to over come this issue.
    Thanks
    Regards,
    Sai.

  • How to Increase the Rows and Columns Size of Bex Query in Enterprise Portal  of SAP  7.3

    Dear All,
    Please let me know the process how to Increase the Rows and Columns  Size of Bex Query in Enterprise Portal  of SAP  7.3 .
    Currently I am getting Only  4 columns and 10 rows in One Page .And I am getting 1,2 etc tabs for both row and column. So i want to increase the column length more than 100  and row length more than 10000.
    Please suggest me a suitable solution to over come this issue.
    Please find the Below screen shot.
    Thanks
    Regards,
    Sai

    Dear All,
    Please find the attached screen shot.
    The report be open with 4 or 5 columns and 5 or 6 rows.
    So, please  let me know how to increase the length of the table.
    Do the needful for me to over come this issue.
    Thanks
    Regards,
    Sai.

  • How to compare the date value with the date datatype column?

    Hi,
    I am executed a query to get output for the particular date in two different database.
    I got output in one db environment, but in the another environment i didnt get the output.
    APP_DECISION_DATE column contains date datatype
    ex:
    SQL> select DECISIONED_STAGE_ID,DECISIONED_STAGE_USER_ID from naap10_application where APP_DECISION_DATE = TO_DATE('23-JAN-07',
    'DD-MON-YY'); 2
    DECISIONED_STAGE_ID DECISIONED_STAG
    2006060106 SYSTEM
    DATABASE - II
    SQL> select DECISIONED_STAGE_ID,DECISIONED_STAGE_USER_ID from naap10_application where APP_DECISION_DATE=
    TO_DATE('31-JAN-2007','DD-MON-RRRR') and application_id=2007010028552;
    no rows selected
    in the same db i got the output while i used the TO_DATE(APP_DECISION_DATE)
    SQL> select DECISIONED_STAGE_ID,DECISIONED_STAGE_USER_ID from naap10_application where TO_DATE(APP_DECISION_DATE)=
    TO_DATE('31-JAN-2007','DD-MON-YYYY') and application_id=2007010028552; 2
    DECISIONED_STAGE_ID DECISIONED_STAG
    2006060113 SYSTEM
    is it necessary to use TO_DATE function while i am using the data datatype column in the WHERE CLAUSE?
    Thanks in advance.
    siva

    Sorry & thanks sathish,
    Now i got the result.
    SQL> select DECISIONED_STAGE_ID,DECISIONED_STAGE_USER_ID from naap10_application where APP_DECISION_DATE BETWEEN TO_DATE ('31.01.2007 00:00:00', 'DD.MM.YYYY HH24:MI:SS') AND TO_DATE ('31.01.2007 23:59:59', 'DD.MM.YYYY HH24:MI:SS')
    2 and application_id=2007010028552;
    DECISIONED_STAGE_ID DECISIONED_STAG
    2006060113 SYSTEM
    ================================
    But one doubt,
    When i created the column with the date datatype how it gets the time value,
    And in one environment db i got the result but in another environment i dont get,
    Shall i want to change any session status of date?

  • How to Increase the Selection screen window length width big....

    How to Increase the Selection screen window length width big....  I cant able to do some enter text... because of the window size it gives error... can anyone help me out this...
    Thanks in advance

    hi,
    Maximum size is fixed for selection-screen.
    Split your text into different lines to fit it.
    Create a text element for your text and write it as comments.
    selection-screen begin of block b3 with frame title text-041.
      selection-screen begin of line.
        parameters : p_all radiobutton group g2 default 'X'.
        selection-screen comment 10(75) text-049.
      selection-screen end of line.
      selection-screen begin of line.
        parameters : p_iloc radiobutton group g2.
        selection-screen comment 10(75) text-050.
      selection-screen end of line.
    selection-screen end of block b3.
    Regards
    Sailaja.

  • Is it possible to increase the substitution variable value length?

    Hi,
    Is it possible to increase the substitution variable value length to higher value? I checked the SQL User Guide (http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/apa.htm) and it says that the limit is 240 characters.
    i just want to know any workaround for this issue?
    Thanks.

    Hi,
    Basically I have a script contains SQL statement (eg: select c,b,a.........from table a.... group by a,b and order by b c) and I have another shell script that will read the whole entire SQL statement
    In my shell script, i do it in this way.
    sqlplus -S test/test@testdb $SQL statement and i hit the following issue
    string beginning ""select c...." is too long. maximum size is 239 characters. {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Create index for the NVARCHAR Datatype columns.

    We have facing problem with NVARCHAR datatype columns during the select with WHERE condition . The Index is not getting used even though index is available. Oracle takes FULL table Scan only .
    For Eg:
    Table created with ITEM_NO as NVARCHAR2(100). and we have create normal index on ITEM_NO
    When I capture the run time sql from the v$session and checked SQL plan it show FULL Table scan.Sql is as below
    SELECT col1, col2, col3 from table x
    WHERE ITEM_NO=N'123'
    If ithe abvove sql is changed as below .It takes the Index
    SELECT col1, col2, col3 from table x
    WHERE ITEM_NO='123'
    Can any one advise why this behaviour is happing
    Regards
    Chandrasekar

    the second statement is transformed to <convert to varchar2>(item_no)='123'.
    This means Oracle can't take the index as there is a function on the indexed column.
    This is likely version-dependent, reason why you always, really always need to specify your four digit version
    Solution: always use N'<hardcoded literal'.
    Sybrand Bakker
    Senior Oracle DBA

  • Increasing the height of column header

    Hi All,
    I want to increase the height of the column header so that I can put long column names in next line. The BI publisher template is not letting me to expand the height column header. I can only
    expand the weight of the column header.
    Any help is highly cherished.
    Gyan

    hi,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e549a890-0201-0010-3f8b-d3b852457ebd
    Go through this pdf. you need to create a new desktop by applying new desktop framework page and  themes as specified in the guide. Before that in portal go to System administration -> portal display -> desktops & display rules. In that select a theme and save as 'new theme' for example. When you click 'new theme', preview opens. In it select 'portal masthead', under which there is an option 'Masthead Height'.
    In it you can specify the height in terms of px in accordance with your height of the logo. You can even insert a new logo from the 'url to logo' option under it.
    Save the theme and this is the new theme which you should assign it to new desktop.
    Hope it helps...
    Revert back if you have any doubts.
    Regards,
    Ganesh N
    Reward useful answers

  • How to display and edit the clob datatype column from Data base

    Hi ,
    I have a requiremsnt as below
    1) One Table having some columns with CLOB data type along with varchar columns
    2) need to display the data from DB in search screen and need to be edited clob column in edit screen
    I created EO and VO with that Table and how to display the clob value into the input box for editing.
    using Jdev 11.1.1.5.0 version.
    Can you please help on this.
    THanks & REgards,
    Madhu

    Hi,
    If you are using an inputText component to display a Character Large Object (CLOB), then you will need to create a custom converter that converts the CLOB to a String.
    For custom convertor refer below link,
    http://docs.oracle.com/cd/E2438201/web.1112/e16181/af_validate.htm#BABGIEDH
    (section7.4 Creating Custom JSF Converters)
    Thanks,
    Santosh M E

  • Can we  increase the size of column alias which is limited to 30

    In simple words
    select ename as "alias having more than 30 characters here" from emp;
    CAn it be executed correctly somehow?

    The size of a column name is limited to 30 and there is no workaround to increase it in SQL.

  • Increasing the number of columns on a text file generated by report builder

    Hello otn,
    I have a report with more than 37 colomns, when I generated this report to a text file I only have 30 cols. displayed on my test file???
    is there any way to have my 36 cols. on the text file??
    thank u in advance

    Hi again,
    I tested DESFORMAT but it doesn't work as I wanted, I did something else that is more efficient, as I wanted to have a text file from a view,table,..., I used write block from F60UTIL librairy with forms builder and it works fine now 100%, I'm writing this maybe it could help some one with the same needs...
    Thank u

  • How to increase the check number length from 13 to 15( PAYR-CHECT)

    Dear Experts,
    I have the requirement to increase the check number (chekt) length from 13 to 15. Bcz few vendors UTR number generating with 15 degits in the the bank which are updating as check number in our system. But payr-chect (check number field ) length is 13 , so it is not getting updated. so customer wants to increase the length from 13 to 15.
    Thanks & Regards,
    Radhakrishna.Ette

    Hi
    Please, see note 1871827 - Limitation of length of field CHECT upto 13 characters for manual bank statement FF67
    I hope this helps you
    Regards
    Eduardo

  • DG4ODBC: STRING DATA, RIGHT TRUNCATION ERROR WHILE ACCESSING VARCHAR(MAX) COLUMN

    Problem Summary
    DG4ODBC: STRING DATA, RIGHT TRUNCATION ERROR WHILE ACCESSING VARCHAR(MAX) COLUMN
    Driver
    Microsoft® ODBC Driver 11 for SQL Server® - RedHat Linux
    Problem Description
    When selecting a MS SQL VARCHAR (max) column over a ODBC Gateway database connection I am getting this error from Oracle:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    [Microsoft][ODBC Driver 11 for SQL Server]String data, right truncation {01004}
    ORA-02063: preceding 2 lines from <LINK_NAME>
    The ODBC driver should map the varchar(max) column to SQL_LONGVARCHAR which would be appropriate for Oracle but the column is getting truncated
    Issue
    By default the SQL Server ODBC driver exposes the varchar(max) data type as a SQL_VARCHAR. When reporting the maximum size of a varchar(max) column, the driver returns 0, which is the Microsoft convention for "unlimited".
      [ODBC][25518][1399527750.588980][SQLDescribeCol.c][497]
      Exit:[SQL_SUCCESS]                
      Column Name = [raw_response]                
      Data Type = 0x7fffe3cbe1a4 -> 12                
      Column Size = 0x7fffe3cbe158 -> 0                
      Decimal Digits = 0x7fffe3cbe1ac -> 0                
      Nullable = 0x7fffe3cbe1b0 -> 1
    DG4ODBC is unable to interpret a zero length as an "unlimited" size and returns an error when retrieving varchar(max) data.
    FreeTDS and DataDirect ODBC drivers  return SQL_LONGVARCHAR instead of SQL_VARCHAR with 0 precision. So there is no problem reported for these drivers.
    Is there a fix for this or is the Microsoft ODBC driver team working on a fix for the driver regarding varchar(max)?
    Regards,
    James

    Hi James,
    Thank you for your question. I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    If you have any feedback on our support, please click
    here.
    Regards, 
    Elvis Long
    TechNet Community Support

  • Changing the size of column in JTable as per requirement

    I'm copying content of excel file into the JTable.
    But as the number of columns increases the size of columns get reduced.
    But i want the table of same column size for any number of columns in the table.
    If display area size is less then JTable must scroll according to the size.

    Scroll bars appear when the table's size is larger than the scrollpane's viewport. So your viewport is a fixed size. You adjust the size of the table to get the scrollbars to appear and get smaller (as the table's size increases).

Maybe you are looking for

  • How do I set up a network between my Mac & PC's so they can share files

    I'm looking to have a home network.. not the internet kind of network, I think it's called intranet (still learning about it) where I can have a Z: drive with a shared documents folder all my machines are able to access. I would also like to be able

  • Invoice numbers in APP

    Dear Experts,       In the company where I work, the users are using APP by F110 to make the payments to the vendors. They will have a payment media through which they will createa file and upload the same to the bank. Now- Users will have all the de

  • Windows 7 cycles through updates on shut down (all the time)

    i have been having a devil of a time with my mac pro and am hoping this forum might have some leads on a problem. i have a first generation mac pro and an installation of windows 7 using parallels and every time i use windows 7 it cycles through a wi

  • Uploading photo gallery to a Mac?

    I have an original Facinate and have just ordered an iPhone 5 upgrade. I have two years of images on the phone that I don't want to lose. How cna I uploade these images to my Mac desktop? Thanks

  • How would I play a app from Itunes on my mac

    How would I play a app from itunes on my Imac?