INTEGER changed to NUMBER(22,0) when table is created in 9i release 2 !!!

Dears,
I have made DB schema for Oracle 9i release 2 on Solaris 5.9, and I was using INTEGER datatype when creating primary key, plz c the following sample script:
create table SYSTEM_PARAMETERS (
ID INTEGER not null,
NAME VARCHAR2(50) not null,
constraint PK_SYSTEM_PARAMETERS primary key (ID)
It runs ok, but when I look at the generated schema I found that the ID field is NUMBER(22,0) ?!?!?!?!?
I really don't know y?
I couldn't beleive myself, so I re-run the script again and the problem persists so I generated the DDL using QDesigner from Quest software tool from the generated schema and here is the script
CREATE TABLE system_parameters
(id NUMBER(*,0) NOT NULL,
name VARCHAR2(50) NOT NULL )
ALTER TABLE system_parameters
ADD CONSTRAINT pk_system_parameters PRIMARY KEY (id)
I just deleted the storage options from the above script.
Can anyone tell me y? and really I want it to be still INTEGER in DB, as I have third party tool that connects to this schema, and generates code depending on data type so it must stick with INTEGER not NUMBER(22,0).
Thanks

Two things are going on here.
When a new file or folder is created, the group specified is inherited from its parent folder. So if some folder "foo" has the group "video" specified, then all new files created in that folder will also get group "video". It seems like you know this already.
The problem you are having with TextEdit is that manner in which it saves new files. TextEdit creates a temporary directory first, saves the file there, and then moves the file to its proper destination folder as a final step. This is why it isn't getting the "video" group setting applied to it - it gets the "wheel" group from the temporary folder that it's really being created in. Some other Apple apps behave this way too - Safari when saving a web page to disk, for example.
I have filed a bug report to Apple about this a long time ago. The report I filed was listed as a "duplicate". I don't know when, if ever, this will be fixed.

Similar Messages

  • Can I change price , Quantity , discounts, tax when I am creating an invoic

    Hi All,
    When I am creating invoice in VF01, Shall I change price, Quantity, discounts, tax in the create mode itself. Normally with copy controls every thing is copeid fromorder or delivery. But my question is shall make any changes in invoice at VF01 screen just after entering delivery document, shall I make any changes to price, Quantity, Discount. Where is the control for this If i want to change, is it in copy controls.
    I think you all understand my question.
    waiting for your quick reply.
    Thanks in Advance
    Anil

    Dear Anil
    You can change the pricing, discounts and tax in VF01 but not the quantity. 
    For this, in VTFL, for your item category, for the field "Pricing type", if you have maintained "G".  By maintianing "G", the pricing in billing documents will be copied from sale order.  At the time of billing, if you want to change the price, click on "Update" button at the bottom screen in condition tab so that a box will appear.  Double click on "B" there and you can see the revised pricing in condition tab.  Similarly, if you want to change the tax values, double click on "G".
    Alternatively, in VTFL, for the field "Pricing type", if you maintain "B", then whatever you maintain in VK11, that price only will be there in condition type irrespective of sale order price.
    thanks
    G. Lakshmipathi

  • Can i change the number of frames when create a layer in  photoshop?

    Hello, well that's my doubt, when i'm animating at photoshop n i create a layer, creates almost 30 frames in the timeline, can i change that?

    I can render a frame animation out as a video. Are you doing and animation or video editing? Your showing a video timeline there not a frame animation timeline. You can also convert between the types of timelines.  Though I had done so it was out of curiosity I don't really do video of frame animations. I just play with Photoshop some to keep my mind in working order. I also just dropped a Bonjovi Mpeg video on Photoshop and it came in as 5 minutes 41 seconds don't know how many frames. You can also import video as frame animation however I have not and don know what would become of the audio. Just tried seems import is limited to 500 frames. Photoshop also has a 8000 layer limit. I tried flatting the 5:41Bonjovi to frames the progress bar when halfway and Photoshop was none responsive anw was getting CPU seldom. I kill it and restatred it and dropped a 57 secon video on Photoshop. That flatten to frames quickly at 30/sec frames that came to 1738 layers I lost the audio. So Photoshop 8000 layer limit would get in the way around 4 and a halt minutes. Bonjovi was 5+

  • Change Document Number

    My friend i want to find a change document number for table PA0006 (address infotype HR TABLE)
    And i have another doubt with out going to transaction SCDO how to find change document number for all dictionary table if there is any way please tell
    please help me i am in need

    My friend i want to find a change document OBJECT for table PA0006 (address infotype HR TABLE)
    And i have another doubt with out going to transaction SCDO how to find change document number for all dictionary table if there is any way please tell
    please help me i am in need
    Iam sorry it is change document object

  • How do I go back into my registry and change a number for loading apps and websites from 20 back to ten?

    I tried something suggested from a friend who said to go to a spot in my registry and change a number from 10 to 20, and this would help apps to load better, giving them more time. But now nothing will load because there is to much time taken. I need to find that segment of the registry and change the number back. When I went there, a little box popped up and said, "I will be careful I promise. "

    I did the resetting preferences, still no help, still cannot play flash games on facebook like Indiana Jones, Cityville, and Pioneerville. I wish I could go back and change that number I changed from 20 back to 10. I would be playing right now.

  • Save tracking number when pur req created in me51n

    Hi All ,
    when i create purchasre req in me51n then it should be save respective tracking number (Tracking number in sales order number from plaf )  when pur req created .
    plz tell me which user exit will help me .
    Thanks
    regards
    Bhavesh

    Hi,
    Try EXIT_SAPLMEREQ_006
    Cheers,
    Surinder

  • Table number xrefs disappear when roundtripping the XML doc back to FM

    I'm using FM 7.2p158 running on Windows XP on a Dell Optiplex GX520 with 1GB RAM. I've converted my legacy FM docs to structured FM, but my (CALS-formatted) table number xrefs disappear when I roundtrip the XML docs back to FM. How can I remedy this?
    Initially, I used my own conventions to name the table part elements as I have about 10-15 specific table types and I used those Table Tag names as table elements names (Invisible2, Invisible4, StepTable, ...), so I had 10-15 elements that were true "is fm table element" types in the EDD, DTD, and R/W rules. The table number xrefs worked as they should after roundtripping FM-XML-FM and the tables' shading, ruling, and Table Tags were correct.
    I consulted our XSLT developer for proper browser display of the XML files, and he suggested that I should use the CALS table model. I studied the Struct Dev Gd, then I searched this forum for postings on CALS tables and related topics and used suggestions offered by many of you good folks to create an EDD, DTD, and R/W rules to that end.
    I've run some tests using many iterations of my files (both CALS and non-CALS types) to roundtrip the FM files, but I cannot get the xrefs of the table number from the CALS-version table title element to display when I roundtrip the XML doc and open it in FM. I get this:
    -- In the XML doc text opened in FM, instead of "Table 1-1" for the xref, it leaves a blank space (although the source numbered table title is there).
    -- In the Structure View of the same XML doc, I see the following:
    - The CROSSREF element text says WHITESPACE.
    - Both the CROSSREF element and its source element continue to have the (matching) "Idref" and "Id" number displayed in this view.
    - The Idref attribute is disconnected from the CROSSREF element.
    - The "table" element is disconnected from its container element (TableAnchor).
    Once I apply the File/Import/Element Definitions command in the XML doc in FM, the XML becomes valid and both the CROSSREF Idref attribute and the table element are reconnected, but my xref of the table number is still WHITESPACE.
    The XML-converted doc source text reads:
    If you're using WebDrive, you will want to use the options shown
    in [CROSSREF Idref = "BEHJCAJB" format = "Table Number"/] on the [IndexEntry
    type = "Index" text = "WebDrive options"/]WebDrive control panel.[/Para]
    [TableAnchor]
    [table tabstyle = "Expressroom2" cols = "2"
    colwidths = "2.198in 3.500in" colsep = "1" rowsep = "1"
    frame = "all"]
    [title Id = "BEHJCAJB"][?FM MARKER [Cross-Ref] 86302: TableTitle: Table 1-1
    WebDrive control panel options?]WebDrive login values[/title]
    [tgroup cols = "2" colsep = "1" rowsep = "1"]
    [colspec colnum = "1" colname = "1" colwidth = "2.198in"]
    [/colspec][colspec colnum = "2" colname = "2" colwidth = "3.500in"]
    [/colspec][thead]
    [row rowsep = "1"]
    [entry colname = "1"][CellHeading]Field[/CellHeading][/entry]
    [entry colname = "2"][CellHeading]Value[/CellHeading][/entry]
    [/row]
    [/thead]
    But when I open the same XML-converted doc back in FM, I get the following:
    "If you're using WebDrive, you will want to use the options shown in on the WebDrive control panel."
    The CROSSREF Idref "BEHJCAJB" is [WHITESPACE] in the Structure View, so it's a blank space within the actual text in FM.
    I have excerpts from my EDD, DTD, and R/W rules that I can post, but would make this even more lengthy. (Sorry about the current length.) What do I need to change to make the xrefs work when I roundtrip the files?
    [I don't know whether it makes any difference or not, but I have changed the element names since I originally used a conversion table (to structure my legacy FM files); however, I persisted those element name changes throughout the EDD, DTD, and R/W rules files.]

    I'm using FM 7.2p158 running on Windows XP on a Dell Optiplex GX520 with 1GB RAM. I've converted my legacy FM docs to structured FM, but my (CALS-formatted) table number xrefs disappear when I roundtrip the XML docs back to FM. How can I remedy this?
    Initially, I used my own conventions to name the table part elements as I have about 10-15 specific table types and I used those Table Tag names as table elements names (Invisible2, Invisible4, StepTable, ...), so I had 10-15 elements that were true "is fm table element" types in the EDD, DTD, and R/W rules. The table number xrefs worked as they should after roundtripping FM-XML-FM and the tables' shading, ruling, and Table Tags were correct.
    I consulted our XSLT developer for proper browser display of the XML files, and he suggested that I should use the CALS table model. I studied the Struct Dev Gd, then I searched this forum for postings on CALS tables and related topics and used suggestions offered by many of you good folks to create an EDD, DTD, and R/W rules to that end.
    I've run some tests using many iterations of my files (both CALS and non-CALS types) to roundtrip the FM files, but I cannot get the xrefs of the table number from the CALS-version table title element to display when I roundtrip the XML doc and open it in FM. I get this:
    -- In the XML doc text opened in FM, instead of "Table 1-1" for the xref, it leaves a blank space (although the source numbered table title is there).
    -- In the Structure View of the same XML doc, I see the following:
    - The CROSSREF element text says WHITESPACE.
    - Both the CROSSREF element and its source element continue to have the (matching) "Idref" and "Id" number displayed in this view.
    - The Idref attribute is disconnected from the CROSSREF element.
    - The "table" element is disconnected from its container element (TableAnchor).
    Once I apply the File/Import/Element Definitions command in the XML doc in FM, the XML becomes valid and both the CROSSREF Idref attribute and the table element are reconnected, but my xref of the table number is still WHITESPACE.
    The XML-converted doc source text reads:
    If you're using WebDrive, you will want to use the options shown
    in [CROSSREF Idref = "BEHJCAJB" format = "Table Number"/] on the [IndexEntry
    type = "Index" text = "WebDrive options"/]WebDrive control panel.[/Para]
    [TableAnchor]
    [table tabstyle = "Expressroom2" cols = "2"
    colwidths = "2.198in 3.500in" colsep = "1" rowsep = "1"
    frame = "all"]
    [title Id = "BEHJCAJB"][?FM MARKER [Cross-Ref] 86302: TableTitle: Table 1-1
    WebDrive control panel options?]WebDrive login values[/title]
    [tgroup cols = "2" colsep = "1" rowsep = "1"]
    [colspec colnum = "1" colname = "1" colwidth = "2.198in"]
    [/colspec][colspec colnum = "2" colname = "2" colwidth = "3.500in"]
    [/colspec][thead]
    [row rowsep = "1"]
    [entry colname = "1"][CellHeading]Field[/CellHeading][/entry]
    [entry colname = "2"][CellHeading]Value[/CellHeading][/entry]
    [/row]
    [/thead]
    But when I open the same XML-converted doc back in FM, I get the following:
    "If you're using WebDrive, you will want to use the options shown in on the WebDrive control panel."
    The CROSSREF Idref "BEHJCAJB" is [WHITESPACE] in the Structure View, so it's a blank space within the actual text in FM.
    I have excerpts from my EDD, DTD, and R/W rules that I can post, but would make this even more lengthy. (Sorry about the current length.) What do I need to change to make the xrefs work when I roundtrip the files?
    [I don't know whether it makes any difference or not, but I have changed the element names since I originally used a conversion table (to structure my legacy FM files); however, I persisted those element name changes throughout the EDD, DTD, and R/W rules files.]

  • How do I change the number formatting within a Cell Table in Microsoft Word?

    Hi, I was wondering if someone could help me out on an issue I've been having... I work for an accounting firm and we do a lot of financial statements. 
    I was wondering if we would be able to treat a cell table in Microsoft Word 2007 like I would a cell table in Microsoft Excel. Meaning, I would like to change the formatting of the numbers in the table to the "Accounting" (number) format so it
    aligns by the decimal point and use the $ signs and () for negative numbers.  We do use the link tables feature, however, most of our balancing pages just can't be done in Excel because of the way the text is written. It would be much harder to format
    the text if it were to be typed in Excel. We have also tried  creating an Excel sheet within Microsoft Word but it is the same as linking the tables... Again, a text formatting issue.  The only option is to use tables within Word but how do we change
    the number formatting to a "accounting" (number) format where the numbers would align with the decimal point and use () for the negative numbers. Is there ANY option for us to do this other than manually entering this information in using tabs?  
    If there are no options other than entering it in manually, please consider this as an option for your next software update. I believe that a LOT of people out there will be interested in this feature... My manager and I just attended a webinar on Microsoft
    Advanced Word Tips Tricks and Techniques and 75% of the attending people had this question but no answer.
    Thank you very much for your help!!!!!

    Word does not really have number formatting for table cells. You can align cell contents on the decimal point, though, by setting a so-called decimal tab stop.
    Option 1:
    - Select the cells for which you want to do this.
    - Display the ruler.
    - Click the Tab box on the left hand side of the ruler until the box contains an inverted T with a dot.
    - Click in the ruler where you want the decimal tab.
    Option 2:
    - Select the cells for which you want to do this.
    - Click the arrow in the lower right corner of the Paragraph group on the Home tab of the ribbon.
    - Click the Tabs... button in the lower left corner of the dialog.
    - Specify a tab position in the box, e.g. 1.5".
    - Select the 'Decimal' radio button under 'Alignment'.
    - Click Set.
    - Click OK.
    You will have to type the numbers as they should appear, including the $ for currency and the ( ) for negative numbers.
    Regards, Hans Vogelaar

  • Change Process Number when modeling DFD

    Hello everyone, I'm currently modeling a Data Flow Diagram for one of my classes. The requirement for the diagram is that each process must have a number like 1.0, 1.1, 1.2, etc. However, when I go to the properties for the process, I can see no way to change this. Every time I create a new process, it just goes 1, 2, 3, etc. So if I create a process out of step, I can't change the number. How do I do this? Thanks.

    Hello,
    use diagram dialog to reorder processes belonging to that diagram.
    Philip

  • 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

  • If I change my number and forget to give to some people.  What message will they receive when they text my old number?

    If I change my number and forget to give to some people.  What message will they receive when they text my old number?   Thank you!

    more than likely they will never know the text did not go through. If the number was assigned to someone else they will get your text message. I did this last week and the person texted me back asking who I was. I responded and apologized and they said no problem.

  • CREATE TABLE  integer  replaced by  NUMBER(38)..

    Hi,
    I am using Oracle 11.1.0.6.O. Create a table using following query.
    CREATE TABLE VENDOR_MASTER_new (
    VENDOR_ID integer,
    VENDOE_NAME VARCHAR2(50 CHAR),
    STATUS smallint DEFAULT 1
    Table Created.
    check the table structure using DESC VENDOR_MASTER_new
    It showing
    SQL> desc vendor_master_new
    Name Null? Type
    VENDOR_ID NUMBER(38)
    VENDOE_NAME VARCHAR2(50 CHAR)
    STATUS NUMBER(38)
    SQL>
    integer replaced by NUMBER(38)..
    if it is possible to make integer. help me resolve this issue.

    954124 wrote:
    Hi,
    I am using Oracle 11.1.0.6.O. Create a table using following query.
    CREATE TABLE VENDOR_MASTER_new (
    VENDOR_ID integer,
    VENDOE_NAME VARCHAR2(50 CHAR),
    STATUS smallint DEFAULT 1
    Table Created.
    check the table structure using DESC VENDOR_MASTER_new
    It showing
    SQL> desc vendor_master_new
    Name Null? Type
    VENDOR_ID NUMBER(38)
    VENDOE_NAME VARCHAR2(50 CHAR)
    STATUS NUMBER(38)
    SQL>
    integer replaced by NUMBER(38)..
    if it is possible to make integer. help me resolve this issue.
    That should be fine as number(38) is having one much bigger range than integer.

  • Resynchronising form when table changes

    I want to resynchronise my form when table changes, i.e., new column added, datatype changes etc.
    How do I do this? I remember seeing a note on this many months back.

    John,
    As far as I know this is not supported. Changing data types might work fine, but if you add/delete a column to the table
    then you will manually have to edit the form. In some cases might even have to recreate it.
    Thanx,
    Chetan.

  • TS4268 When I send an imessage with wifi it send it from the original number I got with the phone before I ported my number over.  When I send an imessage on the network it comes from my own ported number.  How do I change this?

    When I send an imessage with wifi it sends it from the original number I got with the phone before I ported my number over.  When I send an imessage on the network it comes from my own ported number.  How do I change the imessage so that it comes from my own ported number?

    Yeah send it from your phone.
    Your computer has no knowledge of your phones phone number, it is not a phone.

  • How to change the number displaying rows in a table

    Hi all,
    i have a table for resources in Debrief Work order (Standard Screen), we need to change the default displaying rows. inistially it displayed 3 empty rows.
    i tried to change the Records Displayed for the table but it did not affect.
    also it is possible to change the "Add 3 rows" button in the table to add for example 5 rows instead?
    any idea?
    Regards,
    Mahdi Charara

    Hi,
    Through personalization we can do.On standared page top right u will find personalization link.click on the clink next expand all there find apporiate table .Here u will fine reorder button set as u want display and save. then u can see the change.For add row functionality u need to extend the co.

Maybe you are looking for

  • Can't connect to iPhoto Print

    When I try to order prints through iphoto I get the 'connection' status bar but no connection takes place, so I end up stopping the process. At other times, I get an error message telling me that my DSL connection was terminated, however this is not

  • Does ACR 7 delete D800 profiles from ACR 6.7?

    I have a Macbook Pro and a Mac Pro, both of which are running, OS X 10.7.3, Photoshop CS5, and ACR 6.7rc1. On the Macbook Pro, the folders for D800 and D800E profiles are present, and the canned profiles for those cameras appear in the Camera Profile

  • Quiero dejar en 0 mi cuenta y no puedo

    porfavor me puede ayudar a dejar mi cuenta en 0

  • Support less than number of occurences

    Hi, I'm trying to create a shopping basket analysis on our sales. For the two articles starting with 529 and 521 there are 6 sales with them on the same order number as can be seen on the drillthrough. But I thought that the support column was meant

  • Once my ipod is connected, it disconnects and doesn't sync anything

    I have an 80GB classic ipod; one of the older generations, not sure of the exact one. When I connect to my iTunes, it makes the connecting noise, but immediately says on the ipod I may eject it and does not sync anything. In the past, I have tried mu