Network ACLs topics after upgrade to 11g.

Hi Group
On my pre script upgrade from 10.2.0.4 to 11.1.0.7, a message appear on the final part of the log:
WARNING: --> Database contains schemas with objects dependent on network
packages.
.... Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
.... USER USR_COMP has dependent objects.
.... USER USR_DEV has dependent objects.
Really I don't know what to do on this issue.
I've read the instructions and I have executed the following but I'm not sure it be right procedure:
BEGIN
DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('netacl.xml',
'Allow usage to the UTL network packages', 'USR_COMP', TRUE, 'connect');
DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE('netacl.xml' ,'USR_COMP', TRUE, 'resolve');
DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE('netacl.xml' ,'USR_DEV', TRUE, 'connect');
DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE('netacl.xml' ,'USR_DEV', TRUE, 'resolve');
-- Specify which hosts this ACL applies to,
-- for simplicity, we're saying all (*)
-- You might want to specify certain hosts to lock this down.
DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('netacl.xml','*');
END;
How can I validate that both users now have the correct privileges from the old version?
Thanks in advance

Hi,
Refer thread:
11g Upgrade - Network ACL
Hope helps :)
thanks,
X A H E E R

Similar Messages

  • HSODBC not working after upgrade to 11G

    Hi,
    I am having trouble with dblinks that worked under 10G but no longer work after upgrading to 11G. For this installation I am running Oracle on Windows 32 bit
    and am using a Sybase ODBC driver to connect to a Sybase database.
    I did catch the fact that hsodbc has been replaced by dg4odbc and have changed my listener configuration accordingly. However, when I try to use the dblinks I am receiving ORA-28500 errors "Incorrect syntax near 'FROM'"
    Any idea on what the problem might be or how to troubleshoot?
    Thanks!

    This kind of problem is commonly related to the QUOTED IDENTIFIER option within the ODBC driver
    - Open ODBC Admin and step throug the config; you'll find an option:
    EnableQuotedIdentifiers make sure this option is checked.
    -Also make sure you have set in your init<dg4odbc>.ora file the parameter: HS_FDS_SUPPORT_STATISTICS=FALSE

  • Best way to avoid requirement for network ACL after upgrade to 11g

    Hi All,
    After upgrade from 10g to 11g, I found Network ACLs required to make code using SYS.UTL_SMTP to work. Otherwise there is an error: ORA-24247: network access denied by access control list (ACL).
    Do you know an elegant way to get rid of ACLs? I mean to open the network for all user's code, like it was on 10g, instead of checking what is actually needing it and doing specific ACLs for users. Database parameter disabling ACL restrictions seems natural option here, but it looks like Oracle not introduced such.
    Kind Regards,
    Artzaw

    I don't know of a way to disable ACLs, no.  I'd imagine that there probably is a hidden parameter that Oracle Support could direct you to.  I'm hard-pressed to imagine why you'd really want to disable that functionality, though.
    You can create an ACL that allows access to an arbitrary host on an arbitrary port (host => '*.*.*.*' and with NULL lower_port and upper_port values). 
    Justin

  • Problem in de-queuing xml messages after upgrade to 11g database

    We just upgraded from database 10g to 11g. After upgrade we are facing a problem in processing xml messages smaller than 4000 bytes. Messages larger than 4K bytes are handled correctly.
    We have Tibco IM/BW adaptors accessing Oracle AQ through JDBC Thin from other platforms than the DB is on.
    These clients connect to the database with an application user (XXIO) which belongs to the APPS schema.
    The client makes an enqueue to the queue-table XXIO_I00_I_JMS_Q_TABLE and in USER_DATA-part of the message the client specifies some header-information for the message with the actual data.
    The enqueue is made with JDBC Thin 11.1.0.7 and with the aqapi.jar/jmscommon.jar-files from the rdbms 11.1.0.7-installation, so the API towards the database is of the correct version.
    When the enqueue is done, the message has correctly been put into the table XXIO_I00_RT_I_JMS_Q_TABLE.
    Now to the problem,
    For example, we have a message that just has been put into the table, and it has a text_len of 3887.
    The text-part of the message is put in text_lob, not in text_vc.
    The problem now is that when the propagation starts
    (execute DBMS_AQADM.ENABLE_PROPAGATION_SCHEDULE(queue_name => 'XXIO.XXIO_I00_RT_I_JMS_Q'),
    the code for dequeue and move of the message, assumes that the text is in text_vc when text_len <= 4000 bytes.
    Since that's not the case, the message propably gets errored out, and is put in the errorqueue.
    The length of the messages that are put into text_lob vary from 2000 and up, so text_vc seems to be used only
    for messages below 2000 bytes now. This problem occurred when we upgraded the DB and client API to 11.1.0.7.
    Any pointer will be helpful.
    Thanks

    here is the output
    HOST LOWER_PORT UPPER_PORT ACL ACLID
    smtp.ABC.com 25 25 /sys/acls/ACLPORTA25.xml A275C7806DD74DE38F95D7E17794803D
    mqlinuxext.serasa.com 4081 4081 /sys/acls/ACLPORTA4081.xml 85ED7A539AAC4A419C828D0EC037C090
    mqlinuxext.serasa.com 80 80 /sys/acls/ACLPORTA4081.xml 85ED7A539AAC4A419C828D0EC037C090
    mqlinuxext.serasa.com /sys/acls/http_access_acl.xml 40C25DBC57E4476BA7906652EBD50332
    Thanks a lot

  • Invalid data from serveral fact logical table sources after upgrade to 11g

    Hi,
    We have a situation after upgrade from 10g to 11g. Answers' querys works fine in 10g environment, but in 11g, generated SQL is not correct.
    Our example is something like that: we have orders fact table, customers and time dimensions. Customer have an hierarchy like: Customer Total -> Customer Country -> Customer Region -> Customer Detail (each level in one different physical table).
    Order's logical table source has two table sources. One sets to Customer Country level, second one Customer Region level, both with different WHERE clauses in Content tab inside LTS configuration. Both at same level of Time dimension.
    The issue is that, at dimension level, SQL is getting correct table to resolve Customer data (Customer Region level), but then, is getting the WHERE clause sets in LTS set to Customer Country level, so we are getting error data. Priority is the same to both LTS at fact table, sets to 0 (default).
    How to know the way Oracle BI Server takes one LTS instead of another one? It's supposed to take the LTS defined at the same granularity level... but is not correct this case.
    Thanks.

    Can you try one of these options:
    Try to set the priority group of lowest granular dimension to 1
    or disable the LTS that is getting the where clause and check if it works fine and then enable again.

  • Can not edit file on network shared folder after upgrading to windows 7

    Merry Christmas and happy new year,
    Due to some configuration changes on a specific application, I have forced to upgrade OS of a few number of workstations from Windows XP to windows 7. After upgrading I am facing a strange problem on WIN7 workstations. These workstation are member of a Windows
    2008 R2 Active Directory domain which also has a Windows 2003 advanced server additional domain controller. Also there are a number of shared folders on some member servers (all windows 2003) which are mapped as network drives at user logon. Before upgrading
    mentioned workstations to WIN7, users was able to edit his/her files on all of mapped network drive according to his/her permissions without any problem on their WINXP workstations, But after installing windows 7 they begin facing problem on one of these mapped
    network drives and the problem exactly is when they edit a file, in more specific word an excel file, and then try to save, the excel returns an error message of "document not saved" and exit the excel program. It becomes more strange when you learn
    that the edited excel file is disappeared and replace with some "tmp" file. If user copy the excel file to his/her own desktop, edit it and then copy it back to its original place on mapped network drive, it will be replaced normally with its older
    version. In other words if user wants to edit an excel file on that specific network drive, he/she must edits it somewhere else and then replace it on the network drive. If the same user uses a WINXP box, there will be no problem.
    Can anybody help me to fix the issue?
    TIA
    Bijan

    Thank you Karen,
    The problem is fixed, but my case was none of what you suggested. In fact I have
    another problem which I described in another question and it was of the root of this excel file issue. I describe what I have done to fix the latter problem hope to help fixing similar issues to mine.
    Okay, as it is described in the
    question, I was not able to open a shared folder with its UNC address while it could be mapped as a network drive without any problem. I examined what I was replied and some other ways, came to no result. I decided investigate a similar shared folder in
    permissions to problematic one to see if the problem is repeated. So I created a folder and shared it with similar permissions and examined it. Surprisingly there was no problem. It was wise to remove sharing of the problematic folder and share it again to
    see if the problem resist. But when I tried to remove sharing I received an error message saying that
    the shared folder is related to a DFS root. When I took a look at the DFS roots of domain there was no sign of the problematic folder (that made me recall that I created a DFS root with problematic folder mistakenly and removed that DFS root).
    After little searching, I found out that the problem could be caused by traces of the removed DFS root. Yep! I found the suspect! The registry key
    HKLM\Software\Microsoft\DFS\Domain\problematic shared folder. I removed the key restarted DFS service and log off and on and Bingo!
    This problem pops up a few more questions:
    1) Why is not the registry key related to removed DFS root deleted from the registry of windows 2003 server?
    2) Why was I able to browse this ex-DFS root shared folder without any problem in windows XP while it was problematic in windows 7?
    3) As there is no special client service for DFS and user can access DFS root targets like other shared folders what is the deference between shared resource access mechanisms in windows XP and windows 7 that caused the problem?
    Bests,
    Bijan

  • Group by query not working after upgrade to 11g

    Hi again,
    This once is weired.
    I had a report base on a seeded view with following query in Install Base.
    SELECT
    DESCRIPTION item_description,
    OWNER_PARTY_ID,
    sum(quantity)
    FROM CSI_INSTANCE_SEARCH_V
    WHERE 1=1
    AND serial_number is not null
    AND OWNER_PARTY_SOURCE_TABLE = 'HZ_PARTIES'
    AND NOT (INSTANCE_STATUS_ID = 1)
    AND NVL (ACTIVE_END_DATE, SYSDATE + 1) > SYSDATE
    group by OWNER_PARTY_ID
    This report was working fine in 10g and stopped pulling records after upgrade.
    We are on 11.5.10.2 and 11g.
    Does the upgrade changes EBZ views?
    I had to rewrite it using base tables and it worked again with the group by clause.
    I have verified there are no invalid objects.

    Hussein,
    This turned out to be a bug in 11.2.0.1
    As per Oracle SR
    Note.8945586.8 Ext/Pub Bug 8945586 - Wrong results using GROUP BY placement:
    Description
    Wrong results can occur when using GROUP BY placement where the aggregate column gets pruned from select list.
    Rediscovery Notes:
    Required aggregate columns are missing in the plan in the projection list of operations.
    Workaround
    set "_optimizer_group_by_placement"=FALSE

  • Wireless network connectivity issues after upgrading to Snow Leopard

    After upgrading to Snow Leopard (10.6.4) I find that my wireless network will not automatically connect to my router (Netgear DG834G) as it used to. First impressions are that the macbook is finding a number of wireless networks but wants to connect to the one that is alphabetically first in the list. It also seems that the signal that the airport is receiving is weak, even when the macbook is next to the router.
    Has anyone experienced this when they upgraded?
    Any and all help gratefully appreciated
    Nick

    but a couple that I used with no problem before I upgraded now give me a "server not found" error after I enter my login and password.
    Quit Safari. Open Keychain Access   /Applications/Utilities. Select Passwords on the left.
    Delete the keychains for the sites you have problems logging into AND the Safari Forms Autofill keychain. Now from the menu bar click Keychain Access / Keychain First Aid. Select: Verify. If necessary, select: Repair. You will be prompted for your admin password. Click Start.
    Relaunch Safari. Navigate to a site. Login with your user name and password. That will create a new keychain for you.
    If you still have problems accessing sites, go to Safari / Preferences then select the Security tab. Click: Show Cookies. Delete all cookies or just the one's for the problematic sites. Now try logging into a site again.
    Even though you upgraded to v10.6.7 make sure Safari is up to date. From the menu bar click Safari / About Safari. If it's a version prior to 5.0.5, click your Apple menu (top left in your screen) then click: Software Update...
    And check Safari / Preferences - Extensions. Something there may be preventing you from accessing secure sites. If you have any extensions installed,  turn that off, quit then relaunch Safari to test.

  • Performance issues after upgrading to 11g

    hello,
    We are facing a performance issue after upgrading from 10g to 11g.
    as you can see, the tables named APPLSYS.FND_ENV_CONTEXT has grown to 15544880 records,
    and oracle is using TABLE ACCESS FULL on it:
    DELETE FND_ENV_CONTEXT E
    WHERE NOT EXISTS
    (SELECT 'X'
    FROM FND_CONCURRENT_PROCESSES P
    WHERE P.CONCURRENT_PROCESS_ID = E.CONCURRENT_PROCESS_ID)
    AND ROWNUM < 10000;
    Plan:
    DELETE STATEMENT ALL_ROWSCost: 74,345                     
         5 DELETE APPLSYS.FND_ENV_CONTEXT                
              4 COUNT STOPKEY           
                   3 HASH JOIN RIGHT ANTI Cost: 74,345 Bytes: 3,108,980 Cardinality: 155,449      
                        1 INDEX FULL SCAN INDEX (UNIQUE) APPLSYS.FND_CONCURRENT_PROCESSES_U1 Cost: 166 Bytes: 315,450 Cardinality: 63,090
                        2 TABLE ACCESS FULL TABLE APPLSYS.FND_ENV_CONTEXT Cost: 69,124 Bytes: 233,173,200 Cardinality: 15,544,880
    select num_rows,last_analyzed from dba_tables where table_name='FND_ENV_CONTEXT'
    15544880 07/07/2011 12:08:55
    please advice.
    Ofer

    Please see these docs.
    Table Fnd_env_context Growing Very Fast [ID 419990.1]
    FND Related Tablespaces Growing at Rapid and Excessive Rate [ID 189800.1]
    FNDCPPUR Request Does Not Always Delete Files From The File System, Many Files Will Be Denoted As "deletion failed" [ID 1335304.1]
    Concurrent Processing - Best Practices for Performance for Concurrent Managers in E-Business Suite [ID 1057802.1]
    Concurrent Processing - Purge Concurrent Request and/or Manager Data Program (FNDCPPUR) [ID 104282.1]
    Thanks,
    Hussein

  • Network utility gone after upgrade to Mavericks

    Hello,
    After upgrading my 1 year old Retina Macbook Pro from Mountain Lion to Mavericks my Network Utility app was removed after the successful upgrade.
    Is this just an incident by me or was this intended to happen as function of this utility is put somewhere else or considered by Apple not to be necessary anymore.
    Regards,
    Rob

    Apple moved it to /System/Library/CoreServices/Applications/.
    (91926)

  • Problem with statement after upgrading to 11g

    Hello,
    We recently upgraded to 11g from 9i and one of our statements we routinely use no longer works. The statement is:
    delete from ALLEMPLOYEES x where exists( (select * from ALLEMPLOYEES where email_id=x.email_id) minus (select * from X_ALLEMPLOYEES where email_id=x.email_id));
    This statement deletes no rows from the ALLEMPLOYEES table. When we run this statement as a check:
    (select * from ALLEMPLOYEES) MINUS (select * from X_ALLEMPLOYEES);
    We find many rows produced. Why would the delete fail now? We have colleagues still using 9i and use this same delete statement and it works for them with no trouble.

    Do you have proper indexes?
    SQL> select  *
      2    from  v$version
      3  /
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    SQL> create table emp1 as select * from emp where deptno != 30
      2  /
    Table created.
    SQL> create index emp1_idx_comm on emp1(comm)
      2  /
    Index created.
    SQL> create index emp_idx_comm on emp(comm)
      2  /
    Index created.
    SQL> explain plan for
      2  delete emp e
      3    where exists(
      4                  select  *
      5                    from  emp
      6                    where comm = e.comm
      7                 minus
      8                  select  *
      9                    from  emp1
    10                    where comm = e.comm
    11                )
    12  /
    Explained.
    SQL> @?\rdbms\admin\utlxpls
    PLAN_TABLE_OUTPUT
    Plan hash value: 1994471334
    | Id  | Operation              | Name         | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | DELETE STATEMENT       |              |     1 |    28 |     9  (34)| 00:00:01 |
    |   1 |  DELETE                | EMP          |       |       |            |          |
    |   2 |   NESTED LOOPS         |              |     1 |    28 |     9  (34)| 00:00:01 |
    |   3 |    VIEW                | VW_SQ_1      |    14 |   182 |     8  (25)| 00:00:01 |
    |   4 |     MINUS              |              |       |       |            |          |
    |   5 |      SORT UNIQUE       |              |    14 |   532 |            |          |
    PLAN_TABLE_OUTPUT
    |   6 |       TABLE ACCESS FULL| EMP          |    14 |   532 |     3   (0)| 00:00:01 |
    |   7 |      SORT UNIQUE       |              |     8 |   696 |            |          |
    |   8 |       TABLE ACCESS FULL| EMP1         |     8 |   696 |     3   (0)| 00:00:01 |
    |*  9 |    INDEX RANGE SCAN    | EMP_IDX_COMM |     1 |    15 |     0   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       9 - access("VW_COL_1"="E"."COMM")
           filter("E"."COMM" IS NOT NULL)
    PLAN_TABLE_OUTPUT
    Note
       - dynamic sampling used for this statement (level=2)
    26 rows selected.
    SQL> explain plan for
      2  delete emp
      3    where comm is not null
      4     and comm not in (
      5                      select  comm
      6                        from  emp1
      7                        where comm is not null
      8                     )
      9  /
    Explained.
    SQL> @?\rdbms\admin\utlxpls
    PLAN_TABLE_OUTPUT
    Plan hash value: 123997034
    | Id  | Operation          | Name          | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | DELETE STATEMENT   |               |     3 |    84 |     1   (0)| 00:00:01 |
    |   1 |  DELETE            | EMP           |       |       |            |          |
    |   2 |   NESTED LOOPS ANTI|               |     3 |    84 |     1   (0)| 00:00:01 |
    |*  3 |    INDEX FULL SCAN | EMP_IDX_COMM  |     4 |    60 |     1   (0)| 00:00:01 |
    |*  4 |    INDEX RANGE SCAN| EMP1_IDX_COMM |     1 |    13 |     0   (0)| 00:00:01 |
    PLAN_TABLE_OUTPUT
    Predicate Information (identified by operation id):
       3 - filter("COMM" IS NOT NULL)
       4 - access("COMM"="COMM")
           filter("COMM" IS NOT NULL)
    Note
       - dynamic sampling used for this statement (level=2)
    22 rows selected.
    SQL> SY.

  • Admin Applet could not start after upgrade to 11g

    I recently performed an in-place upgrade of UCM 10g to 11g following the UCM Upgrade documentation.
    After the upgrade, the Admin Applet could not run using the browser.
    I have tried on both IE8 and FireFox.
    Let's use Repository Manager as an example.
    I click on the icon in the Admin Applet page in the browser, an error message pop-up:
    apUnableToStartApplication(RepoMan) apFailedToInitialize syFileUtilsFileNotFound((null))
    I tried to trace the error using the Server Output with the option "applet", but have no luck.
    Using the option "applet", the Server Output is blank.
    In the Java Console, I have the following error message:
    Caused by: intradoc.data.DataException: !apFailedToInitialize
    at intradoc.apps.shared.AppLauncher.init(AppLauncher.java:177)
    at IntradocApp.createFrame(IntradocApp.java:329)
    *... 27 more*
    Caused by: intradoc.common.ServiceException: !syFileUtilsFileNotFound,(null)
    at intradoc.client.UrlClient.doURLRequest(UrlClient.java:298)
    at intradoc.client.UrlClient.request(UrlClient.java:107)
    at intradoc.apps.shared.AppLauncher.executeService(AppLauncher.java:768)
    at intradoc.apps.shared.AppLauncher.executeService(AppLauncher.java:714)
    at intradoc.apps.shared.AppLauncher.initConfig(AppLauncher.java:312)
    at intradoc.apps.shared.AppLauncher.init(AppLauncher.java:169)
    *... 28 more*
    I was able to start the applets in the server running as standalone in the directory "<domain_root>/ucm/cs/bin".
    Could someone help, please?

    Highly odd.
    Caused by: intradoc.common.ServiceException: !syFileUtilsFileNotFound,(null)at intradoc.client.UrlClient.doURLRequest(UrlClient.java:298)>
    That bit of code logic looks for only either a 403 or a 404 response code (403 being "forbidden" and 404 being "page not found"). The system is explicitly getting a 404 error passed to it, but the download test you just did shows that the file exists, and can be downloaded.
    I have to wonder if the jar is messed up. My file size is 3.16 MB (3,318,627 bytes) for 11g. Yours close to that?
    Also, try dumping your Java temp cache on your local machine. This is not the same as your temporary internet files. You have to go into the Java console control in Windows Control Panel to do it.

  • Network not remembered after upgrade to OS X 10.6.8

    I upgraded OS X 10.5.8 to OS X 10.6.8.  Now after sleep or restart my wireless network is not remembered nor automatically connected to.  I have to select "Other" and enter network name and WPA2 password each time even though "Remember this network" is checked.  Using Airport Utility 5.5.3. Other computer on same network but still using OS X 10.5.8 does not have this problem.

    Since your other Mac running 10.5.8 is not affected, you know that your AirPort router is functioning correctly.
    What changed on your Mac? This seems like a post for either the Mac OS X v10.6 Snow Leopard support area, or the support area for your model of Mac.
    We normally handle questions about the AirPort Express, AirPort Extreme or Time Capsule in this area, but you can certainly wait to see if you receive a response here.

  • Could not activate cellular data network att 3g after upgrading form 5.1.1 to 6.1

    Hello im deployed in Afghanistan.  I brought over my 64gb ipadw att over here.  I got a new sim for it day one.  It's work flawlessly for 2 months.  Last night I upgraded from 5.1.1. to 6.1 and when it woke back up BOOM! I have all the bars along w/ the "E" Edge network icon but no internet.  Says could not activate cellular data network.  When I put my att sim card in my ipad works perfectly fine racking up ridiculous out of the country roaming fees.  Why did my hodgi sim card stop working?

    I am having similar problems.
    My network settings are correct and I can communicate both over 3G and WiFi.
    However, every few minutes the connection is being dropped. A few seconds later it's back again. I can see this in an application I am developing. It's rather frustrating...
    In the console I see this message prior to the connection being lost and rebuilt:
    "Mon Sep 20 09:44:58 PeterVs-iPhone-3GS configd[23] <Notice>: network configuration changed."
    I have not changed anything to the configuration. What's even more strange is that I ONLY have 3G at this moment, i.e. WiFi is disabled.
    What is changing the network configuration? And why does it mean that the current network connection needs to be torn down and rebuilt? After the network is back, there is no difference than before. So it gets torn down and rebuilt for no apparent reason.
    I have logged a bug with Apple over a week ago, but haven't had any reply from them yet. I need more information about what is happening, and how I can prevent it. I'm not very happy having to grope in the dark, having to make guesses because somebody decided that he knows what's best for me.
    This is happening on multiple iPhones with multiple different OS-es. So I am guessing it is related to my carrier (Vodafone). But I can't verify it because I'm not getting the tools from Apple.

  • IPhone  network connections slowed after upgrading to IOS 5.1!!

    My iPhone network connections (WiFi/4G) are extermely slow after performing the update to IOS 5.1! Speedtest.Net results over 4G = 0.15 Mpbs down and 0.05 Mpbs up ans that's will FULL bars! AT&T claims that there are no network issues in my area and they are not throttling my device. Even over WiFi it's taking FOREVER to download apps from the app store, etc... What is going on????

    My WiFi connection works fine, but 4G from ATT gives in 0.15 mpbs download. I called up ATT several times, but they have no resolution to this problem. Everytime they ask me to reset my network connection. This is a big deal for me as I am most of the time on Cellular Data and I need to use iPhone for my work. I am thinking to roll back to iOS 5.0.1. What in this world could turn a 3G phone into a 4G phone just by a software upgrade? I just feel like I am down to a 1G phone. Apple please fix this asap and release a patch, else I may not be able to use this phone.

Maybe you are looking for

  • Reg Maintanence view

    Hi , We created a maintanence view and when we try to see the data in that it is saying "NO DATABASE EXISTS FOR VIEW" mY QUESTION IS is it mandatory to have a database view for a maintanence view to see the data thanks

  • Plotting a combination chart with a combo box for selection

    Hi: I am a newbie using xcelcius and I need help on the following:- I need to create a combination chart that plots 3 years data by month, and I need a combo box selection at the top that allows me to select user display for each difference region. I

  • Attachment appears as garbled characters in message section.

    I am using Javamail to send emails with attachments. The attachments are MS Word documents. When I run the Javamail program in JDeveloper, the emails with their attachments are sent just fine. However, when the Javamail program is run from the server

  • Set up of Self Assessment Tax in R12.1.2

    Hi Experts, I would like to know the setups related to calculation of self assessed taxes in payables. I am able to calculate taxes based on Ship to location but taxes are not automatically checked as self assessed. I can manually check the box but e

  • Volume only goes so high on 55US610U

    We noticed the volume goes to 100, but it does not get any lounder after about 30.  And we did notice a slight crackle out of one speaker, but do believe its from the channel.  Why wont the sound get any louder?  Its set up as Stereo, bass boost is l