What to restart after changing some parameters in instanceconfig 11g

Hi all,
I made some changes in 11g instanceconfig.What do I need to restart ti apply those changes? Is restarting of coreapplication from EM enough?
Thanks

Hi,
Yes, to apply changes you can resrart coreapplication from EM or use opmnctl.bat with stopall, startall options.

Similar Messages

  • Refreshing ADF Query Component after changing some property of a criteria

    Hi All
    Use Case : Refreshing ADF Query Component after changing some property of a criteria attribute.
    I have a query panel with 2 query criteria i.e. FirstName and DepartmentId where in DepartmentId is a drop down. The scenario is like when change the value of DepartmentId to 'Finance' with code value of '100' then my criteria attribute 'Firstaname' should be invisibe(queriable=false).
    Approach: Have overriden the queryOperationListener of adfquery as " queryOperationListener ="#{backingBeanScope.backing_queryLstener.processQueryOperation}" "
    My backing bean method goes as below :
    public void processQueryOperation(QueryOperationEvent queryOperationEvent) {
    // Add event code here...
    if( queryOperationEvent.getOperation().equals(queryOperationEvent.getOperation().CRITERION_UPDATE) ){
    DCBindingContainer bindings = (DCBindingContainer)this.getBindings();
    DCIteratorBinding iter =bindings.findIteratorBinding("EmployeeView1Iterator");
    ViewObjectImpl voimpl = (ViewObjectImpl)iter.getViewObject();
    ViewCriteria vc = voimpl.getViewCriteriaManager().getViewCriteria("EmployeeViewCriteriaDemo");
    Row currRow = vc.first();
    System.out.println("Department :"+currRow.getAttribute("DepartmentId"));
    if( (Integer)currRow.getAttribute("DepartmentId") ==100 ){
    AttributeDef[] attrs = voimpl.getAttributeDefs();
    int attrIndex = voimpl.getAttributeIndexOf("FirstName");
    ViewAttributeDefImpl attrDef = (ViewAttributeDefImpl) attrs[attrIndex];
    attrDef.setQueriable(false);
    // AdfFacesContext.getCurrentInstance().addPartialTarget(getQryId1()); //here i need to refresh the query component which is not happening
    // refreshQueryComponent(getQryId1());
    Everything is happening as expected but the query panel s not get refreshed.When i refresh the whole link/page then i can see the change.
    Please suggest.
    Thanks in adv.
    -Sanjeeb

    Hi,
    can's say anything about the first part of the question as more insight to the implementation would be required. However, have a look at http://www.oracle.com/technetwork/developer-tools/adf/learnmore/83-bidi-synchronization-tree-form-401841.pdf, which may be what you are looking for
    To the second part: You can programmaticallly refresh the tree component from a managed bean. So instead of using the declarative PPR option (or ChangeEventPolicy set to PPR on the iterator binding) you can wire the submit button to the managed bean, perform your validation and if it fails don't refresh teh tree
    The call is
    AdfFacesContext.getCurrentInstance().addPartialTarget(the_tree_instance)
    Frank

  • I have enabled pop ups through safari preferences but a website is still saying that they must be enabled. I have tried this on other browers after quiting and restarting after changing the preferences

    I have enabled pop ups through safari preferences but a website is still saying that they must be enabled. I have tried this on other browsers after quitting and restarting after changing the preferences

    How about extensions? Perhaps you have an adblock extension installed.
    Check Safari > Preferences > Extensions

  • Query is not giving output after changing some init parameter

    HI,
    I had recently changed some parameter:
    oracle version:8.1.7.0.0.
    database size =800gb
    os:SunOS suportal01 5.9 Generic_118558-08 sun4u sparc SUNW,Sun-Fire-V440
    load averages:  1.44,  1.32,  1.53                                                                                  13:36:42
    288 processes: 287 sleeping, 1 on cpu
    CPU states:     % idle,     % user,     % kernel,     % iowait,     % swap
    Memory: 16G real, 6726M free, 6563M swap in use, 9289M swap free
       PID USERNAME THR PRI NICE  SIZE   RES STATE    TIME    CPU COMMAND
    18856 oracle     1  59    0    0K    0K sleep    1:24 15.08% oracle
      1911 oracle    11  59    0    0K    0K sleep    4:47  4.38% oracle
    18870 oracle     1  59    0    0K    0K sleep    0:28  2.14% oracle
      4044 oracle     1  59    0    0K    0K sleep    2:29  0.50% oracle
    12753 oracle     1  59    0    0K    0K sleep    2:29  0.45% oracle
    18904 oracle     1  59    0    0K    0K sleep    0:25  0.38% oracle
      2996 oracle     1  59    0    0K    0K sleep   30:54  0.30% oracle
      4088 oracle     1  59    0    0K    0K sleep   23:43  0.30% oracle
       714 root      12  29   10   65M   23M sleep  785:09  0.12% java
    12042 oracle     1  59    0    0K    0K sleep    3:26  0.07% oracle
      2208 oracle     1  59    0    0K    0K sleep    7:03  0.06% oracle
      2602 oracle     1  59    0    0K    0K sleep   34:01  0.04% oracle
    19009 oracle     1  49    0 2440K 1376K cpu/3    0:00  0.03% top
    18996 oracle     1  59    0    0K    0K sleep    0:00  0.03% oracle
      6928 oracle     1  59    0    0K    0K sleep   11:19  0.03% oracle#sort_area_retained_size= 2097152(old)
    sort_area_retained_size= 104857600(new)
    #log_buffer = 163840(old)
    log_buffer = 1048576(new)
    #hash_area_size=8388608(old)
    hash_area_size = 209715200(new)
    The below query is to get withing 15 minutes, now it is taking more than 3 hours after changint this parameter.
    SQL> explain plan for
    2 SELECT /*+INDEX (D I_EVENT_TOTAL__ID)*/
    3 (SUM(D.AMOUNT)/1024) AS RATED_GBS
    4 FROM EVENT_TOTAL_T D,
    5 (select b.POID_ID0
    6 FROM EVENT_T B,
    7 account_t f,
    8 EVENT_SESSION_DIALUP_T A
    9 WHERE B.POID_ID0=A.OBJ_ID0
    10 and f.business_type < 4
    11 and f.poid_id0=b.account_obj_id0
    12 AND B.END_T BETWEEN PIN_DATE_TO_SECONDS('20-jan-2009', NULL) AND PIN_DATE_TO_SECONDS('21-jan-2009', NULL)) TMP
    13 WHERE D.OBJ_ID0 = TMP.POID_ID0 AND D.REC_ID IN (1000050, 1000114);
    Explained.
    SQL> @?/rdbms/admin/utlxpls.sql;
    Plan Table
    | Operation | Name | Rows | Bytes| Cost | Pstart| Pstop |
    | SELECT STATEMENT | | 1 | 55 | 876776 | | |
    | SORT AGGREGATE | | 1 | 55 | | | |
    | NESTED LOOPS | | 454K| 23M| 876776 | | |
    | HASH JOIN | | 454K| 16M| 331239 | | |
    | TABLE ACCESS FULL |ACCOUNT_T | 247K| 1M| 4704 | | |
    | MERGE JOIN | | 454K| 12M| 326302 | | |
    | SORT JOIN | | 108M| 934M| | | |
    | INDEX FAST FULL SCAN|I_EVENT_S | 108M| 934M| 852080 | | |
    | SORT JOIN | | 454K| 8M| 3854 | | |
    | TABLE ACCESS BY INDE|EVENT_T | 454K| 8M| 66825 | | |
    | INDEX RANGE SCAN |I_EVENT__ | 454K| | 5042 | | |
    | TABLE ACCESS BY INDEX R|EVENT_TOT | 119M| 2G| 2 | | |
    | INDEX RANGE SCAN |I_EVENT_T | 119M| | 3 | | |
    16 rows selected.
    tables sizes:
    EVENT_T=246 GB
    ACCOUNT_T= 150 mb
    EVENT_SESSION_DIALUP_T=15 GB
    Thanks
    Prakash GR
    Edited by: prakashdba on Jan 21, 2009 12:06 AM

    Hi Randolf,
    session wise i changed the the old init parameter:
    SQL> alter session set hash_area_size=8388608;
    Session altered.
    SQL> alter session set sort_area_retained_size= 2097152;
    Session altered.
    SQL> explain plan for
      2  SELECT  --+INDEX (D I_EVENT_TOTAL__ID)
      3  (SUM(D.AMOUNT)/1024)  AS RATED_GBS
      4  FROM EVENT_TOTAL_T D,
      5  (SELECT  b.POID_ID0
      6  FROM EVENT_T B,
      7  account_t f,
      8  EVENT_SESSION_DIALUP_T A
      9  WHERE B.POID_ID0=A.OBJ_ID0
    10  and f.business_type  < 4
    11  and f.poid_id0=b.account_obj_id0
    12  AND B.END_T BETWEEN PIN_DATE_TO_SECONDS('21-jan-2009', NULL) AND PIN_DATE_TO_SECONDS('21-jan-2009', NULL)) TMP
    13  WHERE D.OBJ_ID0 = TMP.POID_ID0 AND D.REC_ID IN (1000050, 1000114);
    Explained.
    SQL> @?/rdbms/admin/utlxpls.sql;
    Plan Table
    | Operation                 |  Name    |  Rows | Bytes|  Cost  | Pstart| Pstop |
    | SELECT STATEMENT          |          |     1 |   55 | 877951 |       |       |
    |  SORT AGGREGATE           |          |     1 |   55 |        |       |       |
    |   NESTED LOOPS            |          |   454K|   23M| 877951 |       |       |
    |    HASH JOIN              |          |   454K|   16M| 332414 |       |       |
    |     TABLE ACCESS FULL     |ACCOUNT_T |   247K|    1M|   4704 |       |       |
    |     MERGE JOIN            |          |   454K|   12M| 326302 |       |       |
    |      SORT JOIN            |          |   108M|  934M|        |       |       |
    |       INDEX FAST FULL SCAN|I_EVENT_S |   108M|  934M| 852080 |       |       |
    |      SORT JOIN            |          |   454K|    8M|   3854 |       |       |
    |       TABLE ACCESS BY INDE|EVENT_T   |   454K|    8M|  66825 |       |       |
    |        INDEX RANGE SCAN   |I_EVENT__ |   454K|      |   5042 |       |       |
    |    TABLE ACCESS BY INDEX R|EVENT_TOT |   119M|    2G|      2 |       |       |
    |     INDEX RANGE SCAN      |I_EVENT_T |   119M|      |      3 |       |       |
    16 rows selected.
    I think these parameters are not culprit, but apart from these parameters i haven't changed anything database level and this problem is coming from last 3 days afetr changing these parameters.
    [pre]
    What is your block size and what is your db_file_multiblock_read_count setting?
    [/pre]
    SQL> show parameter db_block_size
    NAME                                 TYPE    VALUE
    db_block_size                        integer 4096
    SQL> show parameter db_file_multiblock_read_count
    NAME                                 TYPE    VALUE
    db_file_multiblock_read_count        integer 8
    and
    EVENT_TOTAL_T table size =9 GB
    Thanks for your valuable time.
    Prakash GR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to re-validate an import after changing some mappings?

    I imported a delimited text file into FDM. The import was successful.
    I then validated the import with the existing mappings. The validation was successful.
    I then exported the data to the target system (Essbase). The export was successful.
    I later found out that some of the mappings needed to be changed. For instance, instead of mapping A to X, I needed to map A to Y (both X and Y are valid targets).
    I thought after changing the mappings I would be able to go back to the workflow and just repeat the Validate step with the updated mappings, followed by the Export step (with the Replace option). What I found, however, is that none of the output records changed when I re-validated the import. The original mapping results were still in the output. It appears that re-validating didn't do anything at all. I had to repeat the entire workflow, starting over from importing the data, to get the updated mappings onto the output records.
    Is this the correct and expected behavior?  (I'm using FDM 11.1.1.2.).  Shouldn't I be able to make mapping corrections and have them take effect without having to re-import all of the source data?+
    I'm guessing there may be a logical reason for this behavior having something to do with archiving and/or auditing, since I successfully exported the data with the original mappings to the target system, but can anyone say for sure whether this is the way it's supposed to work and explain why?
    Thanks very much.

    Hi,
    If I Understand your issue correctly, You want to change some of the existing mappings and want to load the file again.
    I assume that the maps for that location is not derived from any other location. In the locations, the Parent location should be None, If not, You need to change the maps of the location metioned in the Parent location.
    Then update the grid and Please follow the workflow, It should reflect the changes you have done for the mappings.
    Regards,
    tvmk
    Edited by: tvmk on Mar 24, 2010 10:52 AM
    Edited by: tvmk on Mar 24, 2010 11:03 AM
    Edited by: tvmk on Mar 24, 2010 6:16 PM

  • After changing some settings I have to log in everywhere all the time!

    HELP! I followed the advise of Mozilla Support and changed some (privacy) settings because I kept having trouble with Adobe Flash Player that wouldn't run.
    Now I have to log in EVERY TIME on my email and other accounts, even if I've told them to 'remember me'
    I want to change that back again, but don't know where and how!

    To be more precise, if you are use "Clear history when Firefox closes":
    *do not clear the Cookies
    *do not clear the Site Preferences
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/remove-recent-browsing-search-and-download-history
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, passwords, and other website specific data.
    Clearing cookies will remove all specified (selected) cookies including cookies with an allow exception that you would like to keep.

  • What happens if i change some data in delvery after it is totally completed

    Hi all ,
                I have a small question . I have sales order which completed its cycle. I mean delivery completed and accounting documents cleared.
    Now can I change the delivery just to updating the serial numbers in it ? what could be the result. ?
    Rewards for sure
    Thanks
    Mmn

    hi
    Updation of serial no.s or any change is not possible if next document to delivery is created, Here till accounting document is created and hence u wil need to reverse all transaction is alloweed.
    According to me updatoin of serial nos. will be only needed to extend the warranty for the unit to correct serial no. In thase case u will need to update the EQUI records for this serial no and assign these serial no to the material / sales order / delivery item in the tables ur client has defined.
    Reward if helpful
    KInd Regards
    Sandeep

  • How do I go online on Safari after changing some IP stuff?

    I usa a mac and I wanted to get a static IP so I could host a game and not have to port forward every time it changes etc..
    So I went to System Prefences > Network > Wi-Fi > Advanced > TMI/IP and changed "DHCP "to "DCHP with manual address". I changed my IP and such accordingly, but the Internet wouldn't work after.
    I spend about half an hour changing all the IP's and other stuff back to the way it was before. It said "you are connected to (*my network*) with the IP: (my *IP*) "
    But, when I went to safari, it said "your computer is offline". I know it's not the my routers fault because my iPad3 works just fine on safari. But even though it says I'm connected to the Internet on my mac is still says that  "your computer is offline". Any help?
      So, to recap, my IP stuff is PROBABLY fine, it established a connection to the Internet. I'm pretty sure everything is the same as when I started My router is fine because the Internet works on my iPad. And no, I have been using any "spyware software" or anything that might disable my internet.
    The things I changed in Wi-Fi Advanced:
             Used DHCP with manual address (Was normally just DHCP)
            IPv4: (I changed the last digit. I don't know what the last digit actually was before that because it was a dynamic IP)
            Network mask: (I changed from 255.255.0.0  to  255.255.255.0)
    (  ^^Or whatever it is)
            Router: (I left it the same)
         Before I changed anything, there was already an IP for all of the above, but whenever I switch back to DHCP they all go blank. Nada. No way to edit them. So that's out of the question. I needed to go on Manual to fill out the four text fields, or else I can't get it to work. Also, there is a chance I might have tempered with some other stuff like Bluetooth trying to connect my mac to my iPad for Internet. Tell me if you want to know about that too.
    PS: If there is any way you can fix this and also get a static IP working, do let my know. But the Internet is the main thing I need. Sent on my awesome iPad ;)

    Doing that didn't work AT ALL by a long run. Although after two boring days, after I went to a laptop repairs shop, (to no avail) I figured out that by clicking "Join other network" and typing in my network and password again, it worked. I mean SRSLY! Is that all I had to do?! Just put my password in again?! Well, atleast now I have internet back on my mac.

  • My Mac did not restart after changing permissions of "everyone".

    The reason of my question is because somehow and for a reason I now regret, yesterday I did a very foolish thing: I decided to change the permissions of my hard drive.
    I have been in Mac just 2 months. I am the only User and Administrator of this Mac.
    I changed the permission of "everyone" to "no access" believing that I was just limiting access to "everyone" except me. But after that I could not restart my Macbook Pro. It did not go beyond the Apple logo. Looks like I was also included in "everyone.
    First I tryed to verify and repair permissions with Disk Utility restarting with Command+R. It did not work. I could not restart normally.
    Then I figured it out that if I could only access that "permissions" windows again I could revert the process to "just read". Problem was how to access that window.
    Lucky me, I had a 6 days old Time Machine backup in an external hard drive and another 6 days old Carbon Copy Image in a different hard drive. I restarted from this Clone Image with Command +R, opened Disk Utilities, opened the mount point of this Clone, (:/Volumes/Mac109Clone), right clicked Macintosh HD (the internal hard drive), got access to the Information Window and revert the permissions of "everyone" to just read. Then I could restart my Mac normally.
    My 3 questions are:
    The mount point to Macinthosh HD is "/"
    The mount point to Mac109Clone (Carbon Copy image in external hard drive) is "Volumes/Mac109Clone.
    1) Is this what shoud be?
    2) What does "everyone" means in permissions: is everyone except me or everyone including me?
    3) Why the "verify and repair" process did not work?
    Thanks for the information.

    mediclips --
    You Mac already set up Permissions that would have protected you.
    By applying settings that made sense to you, your Mac is now totally messed up.
    Were you formerly a PC owner?  If so, please read this article on switching to Macs:
    http://www.apple.com/support/mac101/
    1.  If you have a password to login, you are already protected.
    2.  Do you have your "Security and Privacy" setting in your System Preferences set to Firewall "On?"
    3.  Stay away from non-Apple apps that promise "security," or "file cleaning."  They are not needed, and cause damage.
    Actually, I would recommend that you reinstall your OS, to get your permissions back in order.  In the future, please know that your Mac knows much better than most users how to protect itself, and your information. 
    I just really hope you can successfully undo the damage you've accidently caused.
    All the best!
    EDIT:  Others have had this "problem."  But if the users had left permissions as they were originally set up, they would have no problem.

  • Do any services require a restart after changing Message Retry Interval?

    I'm trying combat a "grey-list" issue by changing the Message Retry Interval to 15 min from 1 min. I did this change about 12 hours ago and
    I my test messages are still sitting in queue. I suspect a service restart is needed. Any ideas?
    Set-TransportServer SAC79906MAILP01 -MessageRetryInterval 00:15:00
    Thanks much! :-)

    Hi CalAdmin,
    Exchange 2007 Hub Transport definitely required a restart for that Change :
    http://blogs.technet.com/b/exchange/archive/2006/11/17/configuring-exchange-2007-hub-transport-role-to-receive-internet-mail.aspx
    Tested your Setting in our lab, also :) after a restart at least the Setting is effective/working.
    Regards,
    Martin

  • [Slvd] What to restart after system upgrade? When to restart X server?

    Hi all,
    After a system upgrade, what should be restarted? The following actions I know about:
    kernel (linux): reboot
    daemon (sshd, cups, iptables, etc.): rc.d restart ...
    application (fvwm, mutt, etc.): restart application
    But what will require restarting X server?  Can the current X server continue to run after upgrading one the following:
    1. xorg-server
    2. libx11 or other libraries xorg-server depends on
    3. anything else?
    I want to keep the system up-to-date but avoid restarting the X server to maintain my X session (>100 windows carfully spread and grouped over 22 workspaces).  Unfortunately, there is no xsm anymore and, no, I don't like gnome/kde/thelike.
    Thanks,
    Daan
    Last edited by drrossum (2012-03-26 15:37:37)

    brebs wrote:
    A useful command is:
    lsof | grep 'DEL.*lib'
    I put this line in a script called stalelibs. Helps to see which services should be restarted. Or whether I'll just take the easy option and reboot :)
    This is very helpful!
    Also, in the link that you sent it is explained why programs don't break when their shared libraries are removed:
    Existing programs (that are already loaded) have pointers to the old version, as Naib says, in RAM as code or an inode location as a file handle to the deleted version. Once all handles are gone/programs terminated, the file will then truly be "removed" from the disk and space reclaimed. Until then you'll see shared libraries still eating disk space and RAM, despite them being removed.
    This is why it's good to reboot the machine after certain upgrades such as libc, so programs like init can pick up a new copy of libc.
    @brebs: Thanks for the great contribution!

  • Finder quits/restarts after changing name of anything

    I've noticed something on my Cube, which I just recently got and transferred the hard drive into from the Mac it replaced.
    If I change the name of anything - a file, a folder, whatever - the Finder quits and restarts.
    Any thoughts on what might be the cause and the solution?
    Thanks

    An easy thing to try is go to User > Library > Preferences and move the file com.apple.finder.plist to the desktop, restart and see if it works now.
    Did you literally just move the drive from one computer to another and boot? I am not sure to what extent OSX might customize an install for a specific machine's capabilities.

  • Trying to share photos and it ask me to change some parameters in preferences

    when I try to email a photo from iphoto it sends me to preferences to change something and I don´t know wich should I change

    Probably you shopuld change the something it tells you to
    since we have no idea what OS you have, what version of iPhoto or what the error message is we can not assist
    For iPhoto '11 the most common solution is to delete the account in the iPhoto preferences ==> accounts and re-enter it or switch to using mail for email in the iPhoto preferences
    L:N

  • How to change NLS parameters in Oracle XE?

    Hi
    I have to change some parameters in database using Oracle XE server but I don't know how to do it. I must change these parameters:
    NLS_CHARACTERSET
    NLS_NCHAR_CHARACTERSET
    How to do it?
    Thanks for help.

    Thanks, but I'm newbie and I have to ask you about more details :)
    What do you mean when you saying: init file (or spfile)? Where can I find these files?
    Registry entry (NLS_LANG) is correct, but when I'm using web based administration application I can see more NLS settings. Unfortunately I can't change them :(
    Using XE version I can't (I'm not sure about that) create another instance, there is only one instance created by installer. Is it possible to change NLS settings in this case?

  • Java-options, What is the difference between the parameters xms and ms

    Hi,
    I have a problem with deploy bpel process , I get an error "java.lang.OutOfMemoryError: PermGen Space" several sources of information tells me that I have to change some parameters in the file "<ORACLE_HOME> / opmn / conf / opmn.xml" but I doubt some of the parameters, what is the difference between Xms and ms?
    And what is the value of the parameter MaxPermSize, which I must also change.
    Thanks
    Gustavo

    Did you ever find out what the difference between the two parameters were!? I have the same questions. Default for opmn.xml = "-server -XX:MaxPermSize=128M -ms512M -mx1024M ...." In attempting to maximize performance and accessible memory, Oracle docs identify adding/modifying "-server -Xmn1228m -XX:+AggressiveHeap -Xms2048m -Xmx2048m -XX:MaxPermSize=128M -ms2048M -mx2048M...." But I question if Xms and ms are really the same parameter or not?
    Thanks in advance...
    Steve

Maybe you are looking for

  • Attaching images in Mail

    Hello! I've only recently started using Mail. I work from home, freelance as an illustrator. As you can imagine I have to send a lot of images, usually as JPGs or PDFs. I'm having a major problem with this: Mail converts the PDFs into small thumbnail

  • Lost EMCTL in Application Server Home in Solaris 10

    I have lost my emctl file for Grid Control in the appplication server home for Solaris 10 . Can someone please please help me by posting a version of it so that I can then just add my paths to it . Thanks a bunch

  • Upcoming webinar in the Lumira series is on March 26th: Introduction to Lumira Cloud

    We are all having fun with Lumira aren't we! It was so exciting to see the love Lumira is getting from the market. The last webcast had 150+ attendees join us to see what they can achieve with Lumira SDK!! Reserve you spot now for the upcoming webina

  • Using SQL Server 7.0 SP and claling in a report

    Hello I have a SP in SQL Server 7.0 that if I use the folowing code in Query Analyser The SP calls to linked oracle server sp_name 'inparm' I return the proper value I need to know how to run this in Oracle Reports 6i tried var := sp_name('inparm') i

  • How to import mailbox files in Outlook 2013??

    How do I import Mozilla Thunderbird archived mailboxes in Microsoft Outlook 2013? I used Mozilla Thundebird in Mac book pro earlier, from some time I have been using Windows pc and for some reason I needed to access my older mails that I had archived