Can i used old sol 9 packages on Sol 10 EA ?

i want to use Sol 10 EA, can i used old sol 9 packages on Sol 10 EA ?
...yakichi

oh, then i'd have to compile the sources, more work, but not impossible.
i want to setup a AMP (apache, mysql, php), server, that i'd use as a platform to develop server code.
...randy

Similar Messages

  • How can we use the same package in our report used by some other report

    how can we use the same package in our report used by some other report

    Hi,
    You just need to assign package while saving your report.
    No extra is required providing you are aware of package to be used.

  • Hi good morning, I'm from malaysia, can I use apple education package my wife is a teacher, I'm interested for mac 13 inch water for her I be able to buy used apple education package how and what documents are needed

    hi good morning,
    I'm from malaysia,
    can I use apple education package
    my wife is a teacher,
    I'm interested for mac 13 inch water for her
    I be able to buy used apple education package
    how and what documents are needed

    You will need to contact th Apple Store. This is a user to user forum.
    http://www.apple.com/contact/
    http://store.apple.com/us-hed

  • Can we use dbms_output.put_line package with forall statement

    Hello Everybody
    Can we use dbms_output.put_line package with forall or can we use insert,update and delete only
    declare
    type emp_rec is table of emp%rowtype
    index by binary_integer;
    t emp_rec;
    begin
    select * bulk collect into t from emp;
    forall i in t.first..t.last
    dbms_output.put_line(t(i).name);
    end;Thanks & Regards
    peeyush
    Edited by: Peeyush on Nov 25, 2010 11:45 PM

    MichaelS wrote:
    Well as the docs explain (though not very clear and detailed, I admit) you can use a dynamic sql statement (execute immediate) with FORALL.You got me interested in the performance side doing this Michael - running PL/SQL code via a FORALL loop.
    It is faster than using a normal FOR loop to execute dynamic PL/SQL - a bit surprising as I expected another context switch to be in there. But seems like the PL/SQL engine is a more clever at optimisation than what I originally credited it with.. ;-)
    Of course - pre-compiled/static PL/SQL code in a FOR loop is the fastest, as expected.
    SQL> declare
      2          type TNumbers is table of number;
      3 
      4          type TTimes is record(
      5                  for_all number,
      6                  for_dynamic number,
      7                  for_static number
      8          );
      9 
    10          type TTimesTable is table of TTimes;
    11 
    12          MAX_ITERATIONS  constant number := 10;
    13 
    14          plBlock         varchar2(1000) :=
    15          'declare i number;
    16          begin i:= :var / 10; end;';
    17 
    18          performance     TTimesTable;
    19          t1              number;
    20          bindVar         TNumbers;
    21          n               number;
    22  begin
    23          select
    24                  level bulk collect into bindVar
    25          from    dual
    26          connect by level <= 10000;
    27 
    28          dbms_output.put_line( 'Iterations: '||bindVar.Count||' for loop cycle(s)' );
    29 
    30          performance := new TTimesTable();
    31          performance.Extend( MAX_ITERATIONS );
    32 
    33          for j in 1..MAX_ITERATIONS
    34          loop
    35                  t1 := dbms_utility.get_time;
    36                  forall i in 1..bindVar.Count
    37                          execute immediate plBlock using bindVar(i);
    38                  performance(j).for_all := dbms_utility.get_time-t1;
    39 
    40                  t1 := dbms_utility.get_time;
    41                  for i in 1..bindVar.Count
    42                  loop
    43                          execute immediate plBlock using bindVar(i);
    44                  end loop;
    45                  performance(j).for_dynamic := dbms_utility.get_time-t1;
    46 
    47                  t1 := dbms_utility.get_time;
    48                  for i in 1..bindVar.Count
    49                  loop
    50                          n := bindVar(i) / 10;
    51                  end loop;
    52                  performance(j).for_static := dbms_utility.get_time-t1;
    53          end loop;
    54 
    55          dbms_output.put_line( 'Times in 100th of a second' );
    56          dbms_output.put_line( rpad('for all',15) || rpad('for dynamic',15) || rpad('for static',15) );
    57          for i in 1..performance.Count
    58          loop
    59                  dbms_output.put_line(
    60                          rpad( performance(i).for_all, 15 )||' '||
    61                          rpad( performance(i).for_dynamic, 15 )||' '||
    62                          rpad( performance(i).for_static, 15)
    63                  );
    64          end loop;
    65 
    66  end;
    67  /
    Iterations: 10000 for loop cycle(s)
    Times in 100th of a second
    for all        for dynamic    for static
    10              72              0
    6               37              0
    6               37              0
    6               37              0
    6               36              0
    6               37              1
    5               37              0
    5               37              0
    6               37              1
    5               37              0
    PL/SQL procedure successfully completed.
    SQL>

  • How to format new hard drive for Apple TV when you can't use old HD

    I need to know how to format a new HD to install in my Apple TV where I can't use the old HD to clone or otherwise create the new structure on the new HD.
    I have an Apple TV that was syncing to a Mac Mini that had a defective HD and logic board. I was unable to backup the Apple TV to the Mac Mini for some time before I had the mini repaired by AppleCare.
    When the mini came back, it registered on the Apple TV as a new computer and I couldn't sync with it without losing hundreds of dollars of content.
    All was okay until the other night when Apple's defective update for the ATV erased ALL my content. I updated it to 3.1 this morning, which Apple indicated might fix the problem. It didn't. The old content is all gone.
    My ATV is out of warranty, so I removed the old HD and copied the files from the "Purchased" folder to my mini. That saved most 101 items that I purchased since 12/08 (but not all for some reason). I lost all content prior to 12/08 that I purchased, as well as some content since 12/08 that I purchased.
    I need to keep the old HD untouched until I can purchase data recovery software. I'd like to just put a spare IDE HD in that I have into the ATV and just start over with what is in my Mac mini iTunes.
    So, how does one do that? I'm not gifted with vast Unix knowledge or experience and I don't want to clone the old HD and risk losing more data if it writes to the HD for some reason.
    Thanks.

    Hi Atagahi,
    Firstly, have you emailed Apple iTunes support indicating your issue? There have been instances in which Apple will allow re-downloading of all content you've purchased on the iTunes store.
    Secondly, I highly recommend you get an external usb hard drive, attach it to your mini and use it as a Time Machine drive to keep your iTunes purchases safe. It's a fact of life that all hard disk drives will eventually fail. The Apple TV should never be used as any kind of permanent storage space; think of it as a 'temporary holding' zone. And as you've unfortunately already experienced, a glitch wiped out all content on the Apple TV.
    As regards your original question, it seems like there have been folks who've done just that...taken the internal drive in the Apple TV out and attached it to a mac and copied files from the Apple TV hard drive. I have not had to do such, so I cannot offer any help here except for Linda's suggestion on googling the net for solutions.
    Good luck and hope you get all your purchased content back Atagahi!
    Message was edited by: Alec

  • Can I use the dbms_application_info package with ADF BC?

    Hi,
    I am executing a PL/SQL package from my ADF BC Application module and need to set some audit information within the PL/SQL. The package does some intensive background processing that would be time consuming to do in ADF. Can I use the dbms_application_info pakage to store session information for the user?
    I am not sure if the application module has a true database session with the database or is it pooled/shared with other users that may be logged on to the application?
    I want to use dbms_application_info.set_client_info and dbms_application_info.read_client_info.
    thanks,
    Brenden

    >
    If I created the new user what are the privileges shoud I grant him.You should grant EXPORT FULL DATABASE for exporting and IMPORT FULL DATABASE for importing.
    >
    I created one user testdba and granted DBA privileges as well full_export_database.
    after that I run catexp.sql with sys credential.
    While running the schema level export using testdba I am getting the below error:
    My Export scripts is
    exp testdba/password FILE=ALLEDW_edw2.dmp log=ALLEDW_edw2.log owner=ALLEDW grants=y indexes=y direct=y compress=y
    EXP-00008: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: view "TESTDBA.V_$OPTION" has errors
    ORA-06512: at "SYS.DBMS_AW", line 151
    ORA-06512: at "SYS.DBMS_AW_EXP", line 225
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_AW_EXP.schema_inf
    o_exp
    EXP-00008: ORACLE error 980 encountered
    ORA-00980: synonym translation is no longer valid
    ORA-06512: at "SYS.DBMS_RULE_EXP_RULES", line 133
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_RULE_EXP_RULES.sc
    hema_info_exp
    . exporting foreign function library names for user ALLEDW
    . exporting PUBLIC type synonymsDo You have any invalid objects in database?
    recompile them with $OARCLE_HOME/rdbms/admin/utlrp.sql

  • Can I use old time machine as external hard drive

    I just bought the new 2 TB time machine, and I have an old 2 TB time machine.  Can I use the old TM as an external hard drive?  If so,  do I just use a usb cable to connect it to my computer?  Thanks for help. 

    You cannot use it by USB.. 
    You can use it via the network.. bridge the old TC and plug it by ethernet into the new one.
    You can then access it and use it via network the same as the new TC.

  • Can you use old droid chargers on the droid turbo

    can you use the old chargers say droid razr maxx to charge your turbo?

    The Droid Razr Maxx charger will charge your Turbo but at a somewhat reduced rate of charge and take a  much longer time period to reach full charge. The "Turbo Charger" gives an increase in voltage that it delivers to higher than a regular 5 volt USB charger. This allows for a faster charge rate and the battery has been made and tested for this faster/higher heating range to be safe.  
    http://industries.ul.com/blog/qualcomm-quick-charge-2-0
    https://www.qualcomm.com/info/analys...m-quick-charge

  • Can't use old installed version of CS6 because old subscription of CC says subscription expired

    My school bought Creative Suite CS6 and as an educational product I am allowed to install this at home as a teacher as I need it to prepare work. I am a teacher and paid for Adobe CC subscription so I could evaluate the new version at home. I cancelled my subscription and now Creative suite tells me that the subscription has lapsed and I now can't use CS6 which we paid for? Any ideas because I am getting a little frustrated here as I need to mark some KS5 coursework.

    uninstall everything cc and run the cleaner, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    then unstinstall everything cs6 and run the cleaner.
    finally, reinstall your paid-for cs6 using your serial number to activate.

  • Can I use Apple TV as my sole iTunes library?

    I want to sync and copy my iTunes library from my computer to the Apple TV and then delete it from my computer. Then continue to use Itunes only from the apple TV, is this possible or is there any problem with doing this?

    maxicool wrote:
    I want to sync and copy my iTunes library from my computer to the Apple TV and then delete it from my computer. Then continue to use Itunes only from the apple TV, is this possible
    No.
    AppleTV can only hold a copy of what is in an iTunes library.
    It doesn't run iTunes itself and can't share it's content with iTunes on computers.
    or is there any problem with doing this?
    Lots.
    AppleTV syncs are one way from iTunes. You can't get media off it again without unauthorised hacks or dismantling.
    It's not a backup.
    It's not an iTunes server.
    If you delete your content from iTunes, then next sync it'll all wipe from AppleTV.
    In theory you could sync stuff to AppleTV and just use it alone without iTunes but you'd have to not start itunes or risk deletion, and you migt have occasional authorisation issues with protected media.
    If you're short of drive space consider an external for the computer.

  • How can I use the security package in JCOP41V2.2?

    Hi all, I'm a newbie in javacard programming. I'm trying to develop a project with RSA_signature. But I found, the exception NO_SUCH_ALGORITHM will be thrown out when I new an instance of KeyPair.
    My java file Temp_1.java following:
    package temp;
    import javacard.framework.Applet;
    import javacard.framework.ISO7816;
    import javacard.framework.ISOException;
    import javacard.framework.APDU;
    import javacard.security.*;
    * @author lujj
    public class Temp_1 extends Applet {
    KeyPair myKeyPair = null;
         public static void install(byte[] bArray, short bOffset, byte bLength) {
              // GP-compliant JavaCard applet registration
              new Temp_1().register(bArray, (short) (bOffset + 1), bArray[bOffset]);
         public void process(APDU apdu) throws ISOException{
              // Good practice: Return 9000 on SELECT
              if (selectingApplet()) {
                   return;
              byte[] buf = apdu.getBuffer();
              if(buf[ISO7816.OFFSET_CLA] == (byte)0xEE)
                   try
                        myKeyPair = new KeyPair(KeyPair.ALG_RSA, KeyBuilder.LENGTH_RSA_1024);
                   catch(CryptoException e)
                        ISOException.throwIt((short)(0x6F00+e.getReason()));                    
                   return;
              switch (buf[ISO7816.OFFSET_INS]) {
              case (byte) 0x00:
                   break;
              default:
                   // good practice: If you don't know the INStruction, say so:
                   ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED);
    This package can be upload and the applet can be installed successfully.
    But if I send the apdu "EE 00 00 00 00" after selected the applet, "6F 03" will be returned.
    Is there anyone can help me? Thanks a lot.

    Thank you so much~
    Actually, it's only an applet for test. I cannot get the error code if I new the KeyPair in install function or Applet construct function. It will return "6A 80" when install the applet.
    And, I found that it support few algorithm. For example, it does not support ALG_DES_MAC4_ISO9797_M2,etc. Is there anything I can do if I want to use the algorithm? Shall I rewrite security package by myself?
    5555, security package is the standard package in JAVACARD API 2.1.1.

  • Can I use old iPhone 4S in Europe for WiFi, w/o cellular service? A few Qs not found in Support Community-

    I wish to upgrade to iPhone 6, but first want to know if I can use my iPhone 4S for camera, iMessaging and apps (i.e. What’s App) on Wifi after it is disconnected from U.S. Verizon network?
    iPhone 4S, iOS 7.1.2 (reluctant to upgrade to 8.1.2), Verizon, U.S. only
    Mac Mini, OSX 10.9.5 (reluctant to upgrade to OSX Yosemite)
    I’ve read all of the old posts (2011 thru July 2014), but still have questions.  This is what I understand:
    Upgrade iOS and apps with iTunes, before transferring to new iPhone 6
    Change the name of my old iPhone http://support.apple.com/en-us/HT201997 (if I wish to name my new iPhone what my old one was called)
    Enable airplane mode, then re-enable just wifi
    Activate new iPhone
    Transfer data to new iPhone http://support.apple.com/en-us/HT2109
    QUESTIONS:
    Q: When connected to WiFi in England, Italy and Sicily - do I keep it in Airplane Mode even though it has been disconnected from Verizon and I will have an active iPhone 6 on my Verizon account being used by my husband at home in the U.S.?
    Q: Will there be a problem sync’ing to iTunes in the future, or my Mac Mini?  Will it conflict with my new iPhone 6?  Or is it just considered a different device, once it has a new name. 
    Q: How can I message my husband in the U.S. with the iPhone 6 from Europe using my old iPhone 4S on Wifi only?  Do I use my iCloud account, like I do from my Mac Mini to my iPhone?  Or can I set up a new iMessage account on the old iPhone 4S
    I appreciate any insights and answers.  Thanks in advance!
    Daphne

    It doesn't have to be that complicated, Verizon iPhones come unlocked, just tell VZ you're going on Holiday/Traveling and suspend the service, no need to pay for service if you're not going to be using it. Pick up local SIM cards in the countries of your choosing, pop them in, re-activate iMessage and you're set!
    I recommend getting a SIM card from the Three network in England, they have great EU roaming rates and free like-home roaming in Italy.
    Set your phone's region to match the country you're in, it'll save from some headaches when calling local/international numbers.
    To answer your questions,
    1. If you choose not to have a local SIM card, it is good to keep your phone in Airplane mode to save battery.
    2. Make sure the two iPhones have different names to reduce sync/restore issues.
    3. If husband has an iPhone also, you can chat with iMessage/Facetime, just give him heads up about the new number you'll have. Otherwise, use Whatsapp if he's got an Android. You can activate Whatsapp with your American number or the international number if you choose to get a SIM in Europe.
    Also, Get the MagicJack app and/or Google Hangouts, both of those apps provide you with free calling to the USA and Canada using any internet connection. Google Voice is another good way to SMS across the seas.
    Let me know if you need any more tips for iPhoning across the pond.

  • Got New AC Card, Can I Use old one for Bluetooth

    OK, the title pretty much sums up my question.  I got this ASUS wireless adapter
    http://www.asus.com/us/Networking/PCEAC68/gallery/
    and a new Nighthawk Netgear router.  My question isn't about configuring them, but so far I've not seen BlueTooth mentioned.  My computer, an HP Envy 700-216 apparently uses a wireless card, that is a 150 Mb/sec, that also handles the Bluetooth.
    So my question is, can I keep the old card in, and somehow configure it to only do the Blue Tooth function in the computer, while allowing my new AC card, to function as the wireless adapter, in "AC" mode?  And if so, how do you think I'd accomplish this?
    Or should I just remove the other one?  Is there a way to deactivate just the wireless portion, without disabling the Bluetooth?
    This question was solved.
    View Solution.

    Hi,
    You might run into an IRQ sharing problem with two network cards. I would suggest removing the wireless card and get the AC card working.  If you need to pair Bluetooth devices with your PC then consider trying an USB Bluetooth adapter.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • Can I use old version adobe acrobat 7.0 Professional for my macbook pro. I just bought this software and is non returnable.

    I just bought this software from RAFT teacher resources and it's non returnable. I don't know that it doesn't support macbook pro.  Is there anyway can you help me if you can. I don't want to waste it.  Thanks.  Best regards, Vivian.

    There is absolutely nothing you can do with this software if your Mac OS version is newer than 10.6; Macs less than about 5 years old cannot run older versions of Mac OS . It is no more use to you than a brick. It is an extraordinary thing to sell. Acrobat is now at version 11. Version 7 is more than 10 years old. I had a look but I don't see this on the RAFT store.

  • Trying to manage my music on iPhone but can't use old comp all my stuff on how do i do this

    trying to delete some music from phone and store the old comp i use to do it on is broken how do i set up a new comp

    Honestly the best bet at this point since we can't respond to whats on the screen is to plug it in over night and hope its connected to wi-fi so it can attempt to make an iCloud back-up. It won't have as much information backed up as an iTunes back-up but its still better than nothing. As to how to check the icloud back-up you will need to locate another iOS device and log into iCloud on the device and go to Settings>iCloud>Storage & Back-up>Manage Back Up and it will display a time that it last backed-up.

Maybe you are looking for

  • Get the rowcount from a PL/SQL report

    Hi every body, I got issues about get the rowcount, or just the number of rows return from a report. Because the report is based on some parameters that users provide, so it is not a straghtforward sql syntax. The thing is for the PDF printing server

  • How can I tell if my MBP is 5GHz wireless compatible?

    I am not able to get my MBP to see my new Airport Extreme Base Station (n) when the AEBS is in 5GHz wireless configuration. When I change the AEBS to 2.4GHz (802.11b/g compatible), the MBP sees it and connects with it. Could it be that my MBP does no

  • Send smartform output as Fax

    Hello All, I have a requirement where i need to send the PO reminder smartform output to the user as Fax. Same is sent using the Program SAPFM06P using the form routine ENTRY_MAHN, which uses 2 FM's, but for SAP Scripts. Can anybody guide me over sam

  • Add luns in asm instance...

    Hi, I need to configure Oracle ASM to include 5 additional new LUN . The oracle database is already up and running on an Oracle DB. The DB is already configured for 6 LUNs, but we need the DB updated to include the 5 new LUNs. Already Configured disk

  • What is a good free music station for me to put on my iPad?

    I would like to have my groove shark music on my ipad2 ...is that not allowed on it or do I need to do something before I put it on