OIM11gR1 - increase size of OIM standard attributes?

Hello All,
I use the following OIM standard attribute:
USR_MOBILE VARCHAR2(20 CHAR)
I would like to increase its size (resize) to 40.
I doesn't seem like OIM supports resize of attributes.
Should I bother trying to change this? or it will be easier to create a new USR_UDF_MOBILE with the size I need?
Thanks
Adr

alter table usr modify usr_mobile varchar2(40);
alter table recon_user_oldstate modify usr_mobile varchar2(40);
I dont think there is anything in the /file/User.xml file in the MDS repository, but you might need to check there as well and import your updates.
If you have any trusted recon objects, you'll need to update the RA_ table as well that maps the values to it.
-Kevin

Similar Messages

  • Typical size of Acrobat Standard program installation?

    I have Acrobat Standard 9.4.6 installed on my Windows XP machine. (Note that this is Acrobat, NOT the Reader.)
    Is it normal or typical that my C:\Program Files\Adobe\Acrobat 9.0 folder takes up over 2GB of disk space?
    This seems awfully large, especially since my entire C:\Program Files folder is only a bit over 4GB. The Acrobat 9.0 program folder accounts for almost half of that!
    My C:\Program Files\Adobe\Acrobat 9.0\Update folder contains over 1000 files with extension RTP (and a few RTP.BAK). Many of the RTP files are over 13MB in size; the Updates folder is 469MB.
    (I believe the RTP files are leftovers/backups related to past program updates?)
    I can't believe the Acrobat installation needs to be this inefficient with regards to disk space!
    I don't mean to be a crank or a troll, but I have searched Adobe's help resources, these forums and the internet, and there is no information on the size of a typical Acrobat installation anywhere.
    I know someone knows this!  I can't believe that among millions of Acrobat users no one else is interested in this.
    Thanks for any info.

    My Acrobat Pro X is 1.5 GB in size. It hasn't had as many updates to store information into the folder yet. Is 2 GB large yes. However with todays drives 500 GB and larger are typical, I do not think Adobe worries about the ever increasing size of an application with updates. Especially, since they would like you to start with a new version every 18 months to two years.
    With the increasing speed of computers and size of hard drives, these concerns don't really worry computer companies. The days of small tight efficient machine code is long gone. It is not cost effective from computer companies to worry about it. Could Adobe write better smaller code, yes. It might cost much more and work on fewer machines and not be compatible with all of the following Windows XP, Windows Vista, and Windows 7. New versions might take 3 or 4 years to produce. Something that would not make Adobe stockholders happy.
    So, yes Adobe could make things more compact, but are you and tens or hundreds of thousands of others willing to pay the price premium it would cost?

  • Do I need to export multiple sizes for all standard print sizes? i.e.Say I crop the image in LR to 6'5" x 9' to fit within an 11" x 14" (overall) mat of a framed print.. Now let's say I want to reprint that same image in a 12" x 16" size ... to fit within

    Do I need to export multiple sizes for all standard print sizes? i.e.Say I crop the image in LR to 6'5" x 9' to fit within an 11" x 14" (overall) mat of a framed print.. Now let's say I want to reprint that same image in a 12" x 16" size ... to fit within a mat of with overall size of 20" x 24"? Or will the 1st export be "locked" at 6.5" X 9" (proportionately)?

    So, for the first one Export it cropped to 6.5 x 9 - and in the Export Dialog box there is a capability to rename the file for exported output - which would allow you to add something like the crop or intention to the base name of the file.  e.g. for _IMG0846.nef - setup the output filename to _IMG0846-65x9 for 11x14.jpg and output it at, say 300 or 360 dpi.  So, it has a unique name and purpose in your output folder.
    For best results, now, re-crop the picture in LR - just open the crop [R] dialog again, reframe the image to the new ratio, 12x16 and Export again - with an adjustment to the filename. e.g. _IMG0846-12x16 for 20x24.jpg
    So, now you have two clearly identified image files in your output area and you can provide those to whomever is printing for you, etc.  Discard them when you're done since you always have the original to return to to re-frame again as necessary.
    This way you get output sharpening and resolution (in pixels) optimized for your output print size.  Maybe not super important for smallish prints-but more important for larger ones.   Output at 100 quality.

  • Reducing size of datatype involved in index fails where as increasing size work

    This question is related to my question in SO Database
    events that will cause deletion of index
    For example if i create a table like
    CREATE TABLE dbo.Customers (ID INT IDENTITY(1,1) PRIMARY KEY CLUSTERED, CustomerName NVARCHAR(200));
    CREATE INDEX IX_CustomerName ON dbo.Customers(CustomerName);
    And then try to change column datatype like shown below to 230 from 200.
    alter table Customers
    alter column CustomerName nvarchar(230) null
    The above alter command runs successfully and index IX_CustomerName is not dropped.
    But if i try to reduce the size of column to 150 from 200 then it shows error.
    alter table Customers
    alter column CustomerName nvarchar(150) null
    I get error like
    Msg 5074, Level 16, State 1, Line 1
    The index 'IX_CustomerName' is dependent on column 'CustomerName'.
    Msg 4922, Level 16, State 9, Line 1
    ALTER TABLE ALTER COLUMN CustomerName failed because one or more objects access this column.
    So reducing the size(data may loss) of a column does not work if index is present on a column where as if the index not present then above
    query works successfully. So why does it does not allow reducing the column when index present where as increasing size does not show any problem and works?

    Hello,
    Indeed, a little bit strange even because in BOL it's documented for a different behaviour, see
    ALTER TABLE (Transact-SQL) => Remarks =>
    "Changing the Size of a Column
    You can change the length, precision, or scale of a column by specifying a new size for the column data type in the ALTER COLUMN clause. If data exists in the column, the new size cannot be smaller than the maximum size of the data. Also, the column cannot
    be defined in an index, unless the column is a varchar, nvarchar, or varbinary data type and the index is not the result of a PRIMARY KEY constraint. See example P."
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Maximum size of an XML attribute?

    What is the maximum size of an XML attribute?
    I can't find this define in the OMG XML specification. Does the Oracle XML parser have a maximum size of an XML attribute? Do other XML parsers on the market have any limitation? ... we need to exchange XML documents with other vendors. Thanks.

    While I can't speak for other parsers, the Oracle ones do not have an attribute size limit.
    Oracle XML Team
    null

  • How to increase size of check box in sap script

    Hi All,
    I need to include check box in sap script. I included check box using insert>character->sap symbols. I cant able to view check box in print preview but i can able to get check box in print out.Size of check box printed in the paper is not having enough size. I need to increase size of the check box. Give me suggestion for increasing size of check box.
    Regards,
    Peranandam

    Chk the link.
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/80318f454211d189710000e8322d00/frameset.htm

  • How to increase size of button in sap netweaver webdynpro

    hi
    iam using sap netweaver webdynpro
    i have one application i want to increase size of button
    i will increase width but i want ot increase height
    of butto
    how  is it possible
    byeeeeeeee

    Guruvulu,
    Not sure whether it helps, but try this trick: set imageSource to some transparent GIF with necessary height.
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • How to increase size of fonts in Menu bar and in Safari toolbar?

    How to increase size of fonts in Menu bar and in Safari toolbar?  Munu bar and Safari toolbar  fonts too small on a 24" iMac screen.
    Thanks in advance !

    If you want to change the size of the font of a TextEdit text document, you do it in the preferences. Alternatively, if you want control over the size of the fonts, make it a Rich Text document, and then you can change the font size. You can either use the Larger or Smaller options, or Show Fonts to choose a size. You can elect to have new documents be Rich Text in the preferences as well.

  • How to increase size of font in Citrix

    How to increase size of font in Citrix  (while I am remoting to the desktop of my work PC)?

    Guruvulu,
    Not sure whether it helps, but try this trick: set imageSource to some transparent GIF with necessary height.
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • Adding or increasing size of redo logs

    Hi,
    I launched health Chack of TOAD on my Database and I had :
    ! "Checkpoint not complete" errors: 1744
    ! (consider adding or increasing size of redo logs to resolve this)
    My question is how to
    1- add a logfile ?
    2-increase a logfile ?
    Many thanks.

    The size is set when you create the redo logs you can not adjust this size without going through a lot of hoops. One method of increasing the size is described in metalink note: 1035935.6
    Basically you have to create new log groups of the size you want like
    SQL>alter database add logfile group 4 '/opt/oracle/data/redo4/log4a.dbf' size 10M;
    Do this for as many new groups as you want with the size you want.
    Then when the original groups are INACTIVE which can be seen in the v$log table, drop those groups.
    alter database drop logfile group 1;
    But read the entire note before you do anything.
    Regards
    Tim

  • Safari always loads small window size have to always increase size pressAA several times. How can I have it bigger by default ?

    Safari always loads small window size It leaves a wide margin on both side of the window. I have to always increase size press AA several times. How can I have it bigger by default ?
    Changing the font size does not work. Many Thanks

    Hi Bee
    This is not what I mean. I'm not a new user of computers. Even when the window fills the screen. There are wide boarders either side,  have to press the AA serveral times to increase web page (in the tool bar top left) so that the web page fits the window.

  • Saving images with quality 12 increases size. Why?

    A minutely modifyed image saved with quality of 10 maintained its original size (more or less), but saving with a quality of 12 increases size.
    I would like to know why?
    I'd appreciate your comments.

    Because that's how .jpg works. Sizes of less than 10 usually compress your files somewhat, lower numbers resulting in smaller file sizes and more compression, with a corresponding loss of quality. Sizes greater than 10 also use the .jpg compression algorithm, but they choose less compression, and so two pixels that may have been compressed together at compression 10 may now be separated at compression 11 or 12, resulting in a larger file. (But that doesn't imply an increase in the quality, even at 12 there is still a slight decrease in quality in that the .jpg saved version still doesn't exactly represent what you saw on the screen)
    The amount of modification to the photo doesn't really matter in how much the space the .jpg compression takes up.

  • Standard Attributes type should be editable

    Hello Spicework,
    Please provide this facility in next update. SO that i can edit the type of Standard Attributes.
    As i knonw the location is basic mandatory Attributes, But it should be editable from text to list.
    Because any administrator don't want to use custom attributes for location again.
    Thank you in advance.
    This topic first appeared in the Spiceworks Community

    The evolution of the Nexus: introductionThe Google Nexus phone has, in many ways, helped revolutionise the mobile market in much the same way that the Apple iPhone has. The Nexus devices may not have set the world alight in terms of sales, but they have served as important reference points for Android manufacturers. And some of them have been rather good.Apple's iPhone has undoubtedly been the catalyst that has changed the mobile market in ways that would have seemed so radical a few years back. If it wasn't for the iPhone, we might well have seen Android looking a lot more like the OS that graced BlackBerry devices.The Google Nexus One was not the first Android phone to market, that was the T-Mobile G1. With manufacturers still seemingly unconvinced about creating devices for its new mobile OS, Google introduced the Nexus One to show...

  • Did Lion's iTunes remove the video menu options to increase size and reduce size?

    Did Lion's iTunes remove the video menu options to increase size and reduce size?
    Is the ability to shrink or expand the video window from a menu item now really gone? 

    Itunes has not changed in Lion in this regard, you can still go to fullscreen from the menu, and use your input device to make the video window larger and smaller. does that help?

  • HT4972 How can I zoom the web page only vertically or horizontally ,i.e.,wThen I want to read the web page can I enlarge the page so that the font only increases size ?

    How can I zoom the web page only vertically or horizontally ,i.e.,wThen I want to read the web page can I enlarge the page so that the font only increases size ?

    You can't.  (Fonts increase in size like everything else, not in height alone).

Maybe you are looking for

  • How to make the server respond with a popup?

    I want to make the server respond with a popup?my code is like this,but it does not work,why? <code> public class Welcome2      public static void main(String[] args)throws IOException           ServerSocket server = new ServerSocket(2222);          

  • Sales by Partner Functions

    Dear Sirs, Is there any way we can track sales by partner functions? I have a particular requirement wherein my client wants to track the Sales by - 1. Corporate Group 2. Sale employee Partner Function One Corporate group (e.g. Bhushan Steel) will be

  • How to remove a Family Guy banner under my toolbar? Updated Firefox, still there

    Have a Dell 530 desktop. Showing a Family Guy (TV show) banner in the toolbar area, all bars are over the banner and seem to be transparent, hard to see. Tried all I know to remove this banner, even removed old browser and installed latest. Still the

  • What can i use instead of Visual Studio?

    I'm a new user. i need to use Microsoft Visual Studio for my project. As i understand there is no MVS for mac. But is there any thing else, that is capacitable as MVS for mac.

  • German foreign trade regulation reports Z5E - RFAWVZ5A

    Hello expert, is there someone that could tell me if there is some customizing in order to run correctly the following report. S_ALR_87012243 Thanks