How is the "Alternate" birthday stored using CardDAV

The alternate calendar feature of iOS 8 now allows Chinese calendar (as promised at WWDC 14) and hence can associate Chinese birth dates to contacts. Can experts in the community advice how will this "alternate" birth dates are captured in the contacts database if the contacts info are synced with a CardDAV service?

PL/SQL "table" is a misnomer exactly for this reason - thinking that it is similar in some way to an Oracle table.
It is not. A PL/SQL "table" is a scalar variable. A dynamic array. Where are PL/SQL variables stored? The PGA.
Storing "records" in a scalar variable is a bad idea many times in PL/SQL as a scalar variable is a very poor substitute for a real table. (the exception being dealing with smaller scalars and bulk processing).
It is especially a bad idea if you're storing 10's of 1000's of "records". This will seriously stress the PGA and cause an impact of system RAM. It does not scale. Rather use a proper temporary structure like a global temporary table.

Similar Messages

  • Tell me how on the iphone 5s to use the fingerprint lock  option

    tell me how on the iphone 5s to use the fingerprint lock option

    The following has instructions: http://support.apple.com/kb/HT5883

  • How are the VLANs Data stored in the VTP Domain

    Hello All,
    I'm confused a bit in the VTP Domains.
    Now, I have 3 Switches in the network, with the modes below:
    Switch
    Mode
    Switch A
    Server
    Switch B
    Transparent
    Switch C
    Client
    Now, I know that the Server and Transparent stores the VLANs in a VLAN.dat file in the NVRAM. What about the client? Does it keep the VLANs in the RAM and when rebooted starts getting the VLANs again from the Server?
    Best Regards,
    Islam M. Nadim.

    Hi,
    With all recent IOS versions, switches always keep the VLAN database stored in the vlan.dat, regardless of their VTP mode (server, client, or transparent). Some old sources say that clients did not maintain their own vlan.dat file and kept the VLAN database in RAM only. This may have been the case with CatOS and/or very old IOSes, but it is not true anymore.
    Best regards,
    Peter

  • How do I access photos stored using Time Machine on a back up disk from an old Mac without importing the whole library to my new mac?

    I just bought a MacBook Air and don't want to store all my photos on it. I'd like to be able to store and access them on a separate back up disk but iPhoto won't allow me to access these saying:
    "The iPhoto library is a Time Machine backup, and so cannot be used as the main library. Reopen iPhoto with the Option key held down to choose another library."
    Can I use my back up disk to store my photos? If not, how do I get my photos from iPhoto onto my back up disk?
    Would love any help!
    Thanks in advance :-)

    You need to first restore the Time Machine back up. This  excuse a TM back up is condensed and fragmented and so it needs to be expanded and reassembled before iPhoto can understand it.
    After that, moving the Library is simple:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • How are the subst data tags used in Portal Server

    I noticed this tags in the authentication pages, where are they stored? How do I modify their value? How are they used? A reference to the admin or programers guide is plenty I just couldn't find one.
    Thanks!

    They are defined in the auth module properties files (however I don't think any are defined in the product as it ships). The tags are of the form:
    <subst data="key">othervalue</subst>
    If the key is defined, the value of the key is substituted for othervalue, otherwise it is left untouched.
    Stephen

  • How is the Fault Message Type used?

    Hi,
    I have a HTTP-SOAP scenario.I want to post a request to a HTTP Server using the SOAP receiver adapter and get the ackowledgement message from the receiver, if it was successful or not. Is this possible using the Fault Message type?
    If not how else can i capture the response in the EO mode?

    Hi Sivasakthi
    Yes you can capture soap response using SOAP fault message
    Check this link for embedded soap response
    http://www.w3.org/TR/2000/NOTE-SOAP-20000508/
    With this you can refer to this blog as well
    Handling Web Service SOAP Fault Responses in SAP NetWeaver XI
    Thanks
    Gaurav

  • How will the applications gets translated using Globalization

    Hi,
    By using the Apex user guide, I have done with the multilingual process but not able to view the translated application in the application builder list, How can I get the arabic language gets effected in my applications(Apex).
    What are the steps I need to follow?
    Please help.
    Thanks in advance.
    PNR

    If you're asking about compatibility, that would be something you would need to ask of the app developers, though most apps compatible with Mountain Lion should be compatible with Mavericks. You can also consult the tables here:
    http://roaringapps.com/apps
    though that information comes from user reports and so should not be considered authoritative.
    If you're asking whether installing Mavericks will delete your apps, no, it won't, though a good backup is always highly recommended.
    Regards.

  • How is the connection info stored in a .rpt file?

    I'm writing a set of reports that are going to be distributed to many clients across the country. Each one of them will have a different connection string to use.
    I don't want to have to walk each client through setting the datasource location manually.
    Is there anyway I can have the .rpt file look at a config file or something to change the database/server name to the client's settings rather than remembering the settings I have here?
    Our app has a connection string stored in a text file that I could translate into xml or something else.
    If you need more details let me know.

    Hi,
    Need more info-
    VS version?
    CR version?
    Web or win app?
    Also you can provide the connection information in the web.config file and retrieve the information from their as per the requirement(In case of web application).
    Also you can change the connection informatin in code, but the database structure should be same as the reports been designed.
    To download sample code click [here|https://boc.sdn.sap.com/codesamples].
    You can also take help from [Dev library|https://boc.sdn.sap.com/node/7770]
    Hope this helps!!
    Regards,
    Amit

  • Re:How fetch the other servers data using fm:TH_SERVER_LIST

    Hi,
    using this function module TH_SERVER_LIST i could fetch the data from current server but i'm unable to
    do the same from other servers,so plz tell me how to fetch the data from other servers.
    Regards
    narendar

    This is RFC-enabled FM so you can give RFC destination of other servers.

  • How is the processing speed while using struts,spring,and JSF framework

    Hi friends,
    As per earlier technology like Servlets,I mean that there would have much more performance speed than other new technologies like JSP,struts,spring and hibernate framework.Because,in new technologies,flow of processings implicitly via MVC2 basis will probably much more time than older one.
    Total goal is only for attaining MVC2 or any other purpose?
    Please clarify my doubt?
    With Regards,
    Stalin.G

    Home grown applications have a problem in that as more and more features are added, it becomes increasingly impossible to maintain the application and enhance it. This is especially true when the original programmers leave the company. A framework provides a standard design approach that other programmers can hopefully more easily pick up.
    A lot of work has gone into creating these frameworks and they have been used in web sites that have millions of hits from users per day. They have high preformance. Of course, programmers can still write bad code in them that slows down the system. I believe anyone using these frameworks should study them well before using them (such as reading books on them).

  • How can the number of used computers used for itunes be updated? I had to reinstall itunes on a new hard drive

    How can the number of computers used for an iTunes account be updated? I had to reinstall itunes on a new hard  drive it and counted as an additional computer, against my 5 total computers.

    wait until you reach the limit of five authorized machines. then, once a year, you will be able to deauthorize all machines, following which you can reauthorize those computers you currently use/have access to.
    click here for more information.

  • How much data does the apple maps app use per hour ?

    hello,
    i would like to know, if somebody could give me a rough number of how much the Apple Maps app uses per hour for navigation ?

    Apple's Maps app uses vector graphics, so it doesn't have to download data everytime your view changes, & also has an offline mode...you can download quite a large area over WiFi & then use this cache to navigate.
    So, I really wouldn't worry too much about its data usage. Most tests I've read indicate it uses about 80% less data than Google Maps.

  • Can the NI 9263 be used as an excitation source?

    I'm wondering how stable the 9263 is when used to output a 10v DC signal.
    I'd like to use the 9263 to provide excitation to a sensor and use a 9215 (or similar) AI module as the input card and apply a custom scale.
    I'm using Signal Express and would create and generate the 10Vdc signal in software but need to know if the output would be precision and stable enough to take accurate measurements.
    SCXI- 1000 Chassis w/ 1346 adapter
    PCI 6281 DAQ card
    SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
    SCXI- 1180 Feedthrough Panel w/ 1302 Block
    Signal Express 2014.
    Win7 Enterprise

    I'm using Signal Express to Generate/Acquire my signals. Currently my step setup is as follows:
    Create Analog Signal
    DAQmx Generate Signal
    DAQmx Acquire Signal
    In the Create Analog Signal properties I have selected Signal Type= DC. Offset= 10v. Sample Rate and Block Size are default
    For the Generate Signal step I have the corresponding channel of the NI 9263 Selected, with Min/Max input range of 0/10
    For Acquire I'm just acquiring a straight Voltage signal which I have fed back through to the NI 9215.
    I then use a custom (slope) scale to scale the voltage to inches.
    The signal is good and I can verify the displacement with an external measuring device.
    Again the concern is whether or not my excitation signal is stable and reliable.
    The sensor will output roughly 10v at full scale which is the applied excitation value.
    SCXI- 1000 Chassis w/ 1346 adapter
    PCI 6281 DAQ card
    SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
    SCXI- 1180 Feedthrough Panel w/ 1302 Block
    Signal Express 2014.
    Win7 Enterprise
    Attachments:
    Gen1.JPG ‏77 KB
    Gen2.JPG ‏102 KB
    Gen3.JPG ‏127 KB

  • How can i reformat my harddrive using the recovery disk stored in partition drive?

    hi guys! i need help. i need to reformat my harddrive and i will do this for the first time. however, i was not ablt to make the recovery disk since i purchased the tx2 1275dx laptop last july 2009. what i have is a recovery disk stored in a partition harddrive. how can i reformat my cpmputer using the recovery disk in partition harddrive? my OS is windows vista.  thank you...  

    Hi,
    Shutdown the notebook.  Tap away at f11 as you start to access Recovery Manager which you can then use to reinstall the Operating System.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Did not know simple things such as removing hyphen from phone numbers will be so complicated. How do i remove the hyphen from stored phone numbers since i am not able to make a phone call using VOIP. Everytime i make a phone call i have to type the number

    Did not know simple things such as removing hyphen from phone numbers will be so complicated. How do i remove the hyphen from stored phone numbers since i am not able to make a phone call using MobileVOIP. Everytime i make a phone call i have to type the number.

    Go into your contacts and edit them.

Maybe you are looking for

  • How to set up an automatic upper case at the begining of a sentence

    Can someone help me if or how to set up an automatic upper case at the beggining of each sentence. I am doing huge amount of writing and just got fed up with it.

  • Problem in mail application and how to install Mail into simulator

    hi, I have written following code for the sending mail from native apps . NSString *pixLink = @"http://apple.com/picture.jpg"; NSString *str = [NSString stringWithFormat:@"mailto:[email protected]?subject=Yo&body=%@", pixLink]; NSString *encoded = [s

  • Editing a value from a SWF in Flash CC. Need Help.

    Hello!  I can use a little help. I have a small .SWF that I use as a graphic design app. There is a slider that goes from  0-500. I want to be able to increase the maximum to say 1000.  I have used Sothink SWF decompiler. I have found the one line th

  • G4 Cube & ViewSonic LCD TV ?

    I have a 450MHz Cube that i would like to hook up to this TV http://www.viewsonic.com/products/lcdtv/NX2232w/#specs Do i have to upgrade the video card to this? http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=280171012505&ssPageName= STRK:MEW

  • Why is there still no NFL Mobile app support for the Z30?

    This device has been out for a year now. I upgraded months ago from the Q10 to the Z30 fully expecting to be able to access this only to find out it;s not available. I contacted your Facebook page about this today advising I am paying for this and th