Issue with connecting DB

DB Version: Oracle Database 10g Release 10.2.0.4.0 - Production
OS: Linux
At user end i am getting this error
Database error. ORA-03113: end-of-file on communication channel
tnsping from application server also i am getting.
listener.ora
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /u01/app/oracle/product/10.2.0)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = <IP of PROD server>)(PORT = 1521))
After patching done now i am not able to connect to this any resolution to this error ? please guide me.

My alertlog file is...
============
| ALERTLOG FILE |
============
Sun Nov 14 05:55:01 2010
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
Autotune of undo retention is turned on.
IMODE=BR
ILAT =18
LICENSE_MAX_USERS = 0
SYS auditing is disabled
ksdpec: called for event 13740 prior to event group initialization
Starting up ORACLE RDBMS Version: 10.2.0.4.0.
System parameters with non-default values:
processes = 150
__shared_pool_size = 306184192
__large_pool_size = 4194304
__java_pool_size = 8388608
__streams_pool_size = 4194304
nls_territory = UNITED KINGDOM
sga_target = 536870912
control_files = /u01/app/oracle/oradata/<SID>/<SID>/controlfile/o1_mf_52ocw4t9_.ctl, /u02/app/oracle/oradata/<SID>/<SID>/controlfile/o1_mf_52ocw4vl_.ctl
db_block_size = 8192
__db_cache_size = 209715200
compatible = 10.2.0.3.0
db_file_multiblock_read_count= 16
db_create_file_dest = /u01/app/oracle/oradata
db_create_online_log_dest_1= /u01/app/oracle/oradata/<SID>/
db_create_online_log_dest_2= /u02/app/oracle/oradata/<SID>/
db_recovery_file_dest = /u01/app/oracle/flash_recovery_area
db_recovery_file_dest_size= 2147483648
undo_management = AUTO
undo_tablespace = UNDOTBS1
remote_login_passwordfile= EXCLUSIVE
db_domain =
dispatchers = (PROTOCOL=TCP) (SERVICE=<SID>XDB)
job_queue_processes = 10
background_dump_dest = /u01/app/oracle/admin/<SID>/bdump
user_dump_dest = /u01/app/oracle/admin/<SID>/udump
core_dump_dest = /u01/app/oracle/admin/<SID>/cdump
audit_file_dest = /u01/app/oracle/admin/<SID>/adump
db_name = cmsprod
open_cursors = 300
pga_aggregate_target = 839909376
PMON started with pid=2, OS id=3795
PSP0 started with pid=3, OS id=3797
MMAN started with pid=4, OS id=3799
DBW0 started with pid=5, OS id=3801
LGWR started with pid=6, OS id=3803
CKPT started with pid=7, OS id=3805
SMON started with pid=8, OS id=3807
RECO started with pid=9, OS id=3809
CJQ0 started with pid=10, OS id=3811
MMON started with pid=11, OS id=3813
Sun Nov 14 05:55:03 2010
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
MMNL started with pid=12, OS id=3815
Sun Nov 14 05:55:03 2010
starting up 1 shared server(s) ...
Oracle Data Guard is not available in this edition of Oracle.
Sun Nov 14 05:55:03 2010
ALTER DATABASE MOUNT
Sun Nov 14 05:55:07 2010
Setting recovery target incarnation to 2
Sun Nov 14 05:55:07 2010
Successful mount of redo thread 1, with mount id 2607765815
Sun Nov 14 05:55:07 2010
Database mounted in Exclusive Mode
Completed: ALTER DATABASE MOUNT
Sun Nov 14 05:55:07 2010
ALTER DATABASE OPEN
Sun Nov 14 05:55:07 2010
Beginning crash recovery of 1 threads
Sun Nov 14 05:55:08 2010
Started redo scan
Sun Nov 14 05:55:08 2010
Completed redo scan
867 redo blocks read, 99 data blocks need recovery
Sun Nov 14 05:55:08 2010
Started redo application at
Thread 1: logseq 4315, block 65639
Sun Nov 14 05:55:08 2010
Recovery of Online Redo Log: Thread 1 Group 1 Seq 4315 Reading mem 0
Mem# 0: /u01/app/oracle/oradata/<SID>/<SID>/onlinelog/o1_mf_1_52ocw6z0_.log
Mem# 1: /u02/app/oracle/oradata/<SID>/<SID>/onlinelog/o1_mf_1_52ocw76x_.log
Sun Nov 14 05:55:08 2010
Completed redo application
Sun Nov 14 05:55:08 2010
Completed crash recovery at
Thread 1: logseq 4315, block 66506, scn 314493883
99 data blocks read, 99 data blocks written, 867 redo blocks read
Sun Nov 14 05:55:08 2010
Thread 1 advanced to log sequence 4316 (thread open)
Thread 1 opened at log sequence 4316
Current log# 2 seq# 4316 mem# 0: /u01/app/oracle/oradata/<SID>/<SID>/onlinelog/o1_mf_2_52ocw7fx_.log
Current log# 2 seq# 4316 mem# 1: /u02/app/oracle/oradata/<SID>/<SID>/onlinelog/o1_mf_2_52ocw7nv_.log
Successful open of redo thread 1
Sun Nov 14 05:55:08 2010
SMON: enabling cache recovery
Sun Nov 14 05:55:10 2010
Successfully onlined Undo Tablespace 1.
Sun Nov 14 05:55:10 2010
SMON: enabling tx recovery
Sun Nov 14 05:55:10 2010
Database Characterset is UTF8
replication_dependency_tracking turned off (no async multimaster replication found)
Starting background process QMNC
QMNC started with pid=16, OS id=3824
Sun Nov 14 05:55:14 2010
db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
user-specified limit on the amount of space that will be used by this
database for recovery-related files, and does not reflect the amount of
space available in the underlying filesystem or ASM diskgroup.
Sun Nov 14 05:55:14 2010
Completed: ALTER DATABASE OPEN
==========
| LISTNER.LOG |
===========
Trace level is currently 0
Started with pid=5743
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<IP>)(PORT=1521)))
Listener completed notification to CRS on start
TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
WARNING: Subscription for node down event still pending
14-NOV-2010 07:01:58 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=<HOST NAME>.localdomain)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870336)) * status * 0
14-NOV-2010 07:02:07 * (CONNECT_DATA=(SERVICE_NAME=<SID>)(CID=(PROGRAM=D:\oracle\ora92\bin\sqlplus.exe)(HOST=MG-ML570-CMS-1)(USER=MTSUser))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=2829)) * establish * <SID> * 0
14-NOV-2010 07:02:22 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=60449)) * establish * <SID> * 0
14-NOV-2010 07:02:22 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=60450)) * establish * <SID> * 0
System parameter file is /u01/app/oracle/product/10.2.0/network/admin/listener.ora
Log messages written to /u01/app/oracle/product/10.2.0/network/log/listener.log
Trace information written to /u01/app/oracle/product/10.2.0/network/trace/listener.trc
Trace level is currently 0
14-NOV-2010 07:04:27 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=<HOST NAME>.localdomain)(USER=oracle))(COMMAND=reload)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870336)) * reload * 0
14-NOV-2010 07:04:43 * (CONNECT_DATA=(SERVICE_NAME=<SID>)(CID=(PROGRAM=D:\oracle\ora92\bin\sqlplus.exe)(HOST=MG-ML570-CMS-1)(USER=MTSUser))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=2849)) * establish * <SID> * 0
14-NOV-2010 07:05:13 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=50138)) * establish * <SID> * 0
14-NOV-2010 07:05:13 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=50139)) * establish * <SID> * 0
14-NOV-2010 07:05:50 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.11.103)(PORT=57743)) * establish * <SID> * 0
14-NOV-2010 07:05:50 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.11.103)(PORT=57744)) * establish * <SID> * 0
14-NOV-2010 07:06:35 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=42207)) * establish * <SID> * 0
14-NOV-2010 07:06:35 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=42208)) * establish * <SID> * 0
14-NOV-2010 07:07:21 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=54254)) * establish * <SID> * 0
14-NOV-2010 07:07:21 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=54255)) * establish * <SID> * 0
14-NOV-2010 07:10:12 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=53113)) * establish * <SID> * 0
14-NOV-2010 07:10:12 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=53114)) * establish * <SID> * 0
14-NOV-2010 07:10:50 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.11.103)(PORT=58694)) * establish * <SID> * 0
14-NOV-2010 07:10:50 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.11.103)(PORT=58695)) * establish * <SID> * 0
14-NOV-2010 07:11:36 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=45466)) * establish * <SID> * 0
14-NOV-2010 07:11:36 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=45467)) * establish * <SID> * 0
WARNING: Subscription for node down event still pending
14-NOV-2010 07:11:52 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=<HOST NAME>.localdomain)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870336)) * status * 0
14-NOV-2010 07:12:21 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=56186)) * establish * <SID> * 0
14-NOV-2010 07:12:21 * (CONNECT_DATA=(SID=<SID>)(CID=(PROGRAM=JDBC Thin Client)(HOST=__jdbc__)(USER=sudhakarb))) * (ADDRESS=(PROTOCOL=tcp)(HOST=<HOST NAME>)(PORT=56187)) * establish * <SID> * 0
can any one help me out to find solution

Similar Messages

  • I'm having issues with connecting my iPhone 4 to iTunes?

    Here's some information:
    Apple product: iPhone 4
    Computer: Windows 8 (originally) to Windows 8.1 (upgraded version)
    Okay, I'm having issues with connecting my iPhone 4 to iTunes. I've connected it via U.S.B. and now everything's not working right the 10th time. Am I to redownload the iTunes software once again or will I never be able to add music anymore?

    OffTime wrote:
    What do you mean with logging?
    Hans
    Close any open applications.
    Click the Apple icon top left of the screen.
    Select the bottom option in the cascading menu: Log Out (your user name).
    Log in a Guest.
    This will dertermine if there is a problem with your Admin account.
    Al

  • I am having issues with connecting to the store...the page just hangs and when I run Diagnostics it states that a secure connection could not be established.

    I am having issues with connecting to the store...the page just hangs and when I run Diagnostics it states that a secure connection could not be established.
    I have contacted apple via email and tried all the steps they have recommended and it is still not working. 
    I have tried disabling my McAfee and that does not work either. 
    Anyone that the phone number to apple express so I don't have to keep waiting for them to email within 48 hours? 
    Thanks. 

    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Issues with connection to Officejet Pro 8500

    Hi folks,
    I have a user at home with a Officejet 8500 connected to a BT home hub via wifi. it worked initially when we set it up a few months back however rarely and intermitantly since then. It notmally shows as offline in print properties and the HP app cant connect to it.
    Some network basics
    Router IP: 192.168.1.254
    Printer IP: 192.168.1.66 (via DHCP)
    Alt Printer IP: 192.168.1.100 (Static IP Attempt with no joy)
    Other devices in network:
    Desktop pc (Not work kit)
    Iphone (his wifes)
    Laptop PC (work kit)
    We do have him connected via VPN however Im inclined not to believe that its aproblem witht hat as we have a dozen users with the same setup and the VPN dosent cause them headaces.
    Pining the hostname of the printer results in a weird IP  external IP address (87.239.20.209) not the local one. Ok so I put a change in the hostfile to point to the Printers IP. No joy there.
    Tried a static IP.... you know just cos... (and in my mind best practice for a printer anyway!)
    So Any ideas or any one experianced similar issues with this?
    Cheers in advanced folks

    We have been having offline issues with this same printer.  I have tried to install all new software to a Win 7 64 bit computer but the full software cannot complete.  It detects the printer on the network, goes through the network settings but when it gets to Installing Your Printer, it fails with this statement:  'Printer setup has failed to complete. Click retry to try installing the printer again or click next to continue installation without connecting to the printer now.'
    Now, I am connected via the web to the printer and all is well on the status screen.  I have updated the firmware too.  I read through many blogs of others having the same issue with no real resolution.   All those that were connected to it are now showing 'offline' even though they can ping it and access it directly on the web - but none can print.  I have tried downloading and installing the HP Print and Scan Doctor but it needs the 'full' software installed in order to run.....but the full software cannot complete it's install because of the above. 
    I have always loved HP printers but this one deserves to be in the land fill!

  • Dell Laptops E7440 & E7240 - Issues with connecting to MDT 2012 deployment share

    Hi,
      Good afternoon.Need help on this please
    -Test laptops Iam using are 2 * E7440 and 1*E7240. One laptop of model E7440 has our image installed and other two (1*E7440 & 1*E7240) are shipped from Dell with default Win 7 64 bit OS.
    -Test desktops Iam using are Dell Optiplex 3020 & Dell 3010 . Both models have our own images of Win 7 64 Bit.
    -Laptops and desktops are on same network .
    -For OS deployments we have MDT 2012.
    -While there are no issues with desktops, all the laptops mentioned above don’t connect to MDT deployments share . The detailed error message I get when I run a litetouch ISO is ‘A connection to the deployment share could not be made. Connection OJ.Possible
    cause:invalid credentials. Retry : Try again to connect to the deployment share.’
    -Have injected all possible network & storage drivers mentioned by Dell &  Intel into MDT boot image but the problem still persists. Still WinPE doesn’t detect network adapter wherein IPaddresses are not picked in WinPE mode.
    -Have been testing each and every driver by manually loading them into Winpe mode to see if they pick up the IP addresses and I finally found one driver by name ‘e1d63x64.inf ‘ which I downloaded directly from Intel website. This one is picking IP Address
    in WinPE mode when loaded manually. Also have tested the connectivity to MDT server in WinPE mode with net use command and it was successful.
    Have injected this driver into MDT Laptop deployment share, regenerated the ISO and tried again however Iam still unable to connect to the deployment share with litetouch ISO.
    The above driver is very much part of set of network drivers on Dell website too.But it doesn’t work.
    -Have also tried combination of network & storage drivers from Dell website  (along with the above one mentioned ) injecting them into the MDT laptop boot image but no luck.
    -Every time I make changes to drivers in boot image,I update deployment share & recreate boot image .
    -This very litetouch iso connects to  MDT deployments share for Dell desktop models 3010 & 3020 but have issues with laptop models E7440 & E7240. This means any connectivity or access issues can be ruled out. Also no problem with our image cause
    this happens even with brand new shipped laptops with your inbuild win 7 OS.
    -Have tried all options suggested on internet,tested all the drivers suggested but no luck.
    -For example I tried latest E7440 netwrok & storage drivers ,Dell Win PE drivers,drivers from Intel website,etc  individually as well as in combinations but the issue persists.
    -If you google many express similar issues with these laptop models.
    Though I used the drivers suggested by various bloggers,nothing worked for me.
    Any help on this is appreciated.Thanks in advance.

    Hi,
    I have several E6420, O3010 and since a week also some E7440 and E7240 on site.
    I never had issues using the current Dell PE package for MDT.
    At the moment my PE contains only the drivers from the Dell PE 3.0 package (WinPE3.0-Drivers-A13-D67JC)
    and all my systems mentioned abobe have no issues connecting to the deployment share.
    (btw: I have also some older E6400, E6410 and O390 I do no longer support, they
    are supported by the pack Dell-WinPE-Drivers-A05.CAB according
    to the Dell site, but I just started a deplymenst on a E6410 and is is also workign with just the latest PE pack)
    I'd
    suggest you start over with your deplyoment share using at least MDT2012 Update 1.
    Create a folder "PE" under "Out-of-Box Drivers" and extract latest Dell PE pack and import he drivers there
    Create a selection profile e.g. "PE Drivers" and include just the "PE" folder created above
    When configuring the Windows PE  settings of your deployment share select "PE
    Drivers" selection profile for the driver injection in the "Drivers and Patches" to keep the PE image free of not needed drives.

  • Security issues with connecting pdf to database

    I have a pdf form that is being called from a webform as part
    of a web application. The PDF has two dropdown lists that I was
    populating from a SQL Server Database. I had created a special user
    that had select access only to the tables for the dropdowns.
    My question is are there any known security issues with
    regard to allowing a pdf to connect to a database this way. The PDF
    is being called from a secure connection but I don't know if
    opening this database connection to populate these dropdowns
    exposes a security hole of any sort. If it does, do you have a
    solution to make this secure? I am asking because another developer
    on the project brought up the issue of this design creating a
    security risk and I haven't been able to find anything online
    discussing it either way.
    Thanks!
    Maureen

    Hello Maureen,
    Thanks for posting, but I'm not sure I see if your question
    relates to Acrobat.com
    Are you using any of the Acrobat.com Services as any part of
    your workflow?
    Thanks!
    Pete

  • Nokia E50, issues with connecting and managing mes...

    Hi
    I'm using Nokia E50 and Nokia PC Suite for a few years now on. Recently I wanted to do my usual maintenance task: copy all messages to PC and delete them from the phone. Issues start here.
    At first I had problems with connecting but finally I manage to do it. After dozens of tries PC Suite finally updated contact list. Then I moved to messages tab. It took a while to download all messages (aprox. 700 in inbox, 600 in sent - I had many more few times before when everything was working ok). I can copy them to PC, but I can't delete them. After selecting message(s), trash icon is grayed out (menu item too). I can read message but can't delete it. Why?
    I've downloaded latest version of Ovi to see if that would help. Ovi managed to download contact list (after a loong waiting) but failed to download any message. Messages says that it's trying but after one hour nothing happend.
    I'm trying this on 2 different machines (Windows 7 and Windows XP), with cable and blue tooth. Efects are always the same. Phone is connected because I can copy files, but when I'm trying to download messages or do backup, software says phone is not connected or tries to copy data with no luck.
    Any hint will be appreciated.
    Thanks
    Marooned

    After deleting aprox. 150 messages from Inbox and from Sent, both programs were able to download complete list of messages and PC Suite finally reenabled trash icon.
    Seems like too much messages causes those program to fail? And why in the past they were working properly with bigger amount of messages?
    Well.. one can say "problem solved" but will reappear again in the future with lots of messages. I need to remember to grab them from the phone more frequent.

  • Having issues with connecting to various applications

    I first noticed my connection issues with the iTunes store.  It just wouldn't connect and an error message popped up.  I figured it had something to do with iTunes.
    But then I noticed my Skype wouldn't connect.
    And when I click on the "File Explorer" tab pinned to the taskbar, it thinks for 30 seconds, the whole screen will blink once and it will never pull up.
    Everything else runs smoothly. I can browse the internet. Play my music in iTunes (just can't open the store).  I can open Word documents without any issues.  I checked the Windows firewall and it is set to allow both iTunes and Skype. This issue
    only started a few days ago.  And last night I made sure my Windows was up to date.
    I have a Samsung laptop with Windows 8.  Any idea what might be going on?

    Hi,
    We need more information to analyze your issue. What's error message when you attempt to connect the Skype?
    And how about when you launch "File Explorer" via the original source instead of pinned shortcut in taskbar?
    I would like to suggest you run App troubleshooter to see if it could be fixed:
    Troubleshoot problems with an app
    http://windows.microsoft.com/en-IN/windows-8/what-troubleshoot-problems-app
    Meanwhile, please update all your drivers especially video card.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Performance issue with connect by level query

    Hi I have a problem with connect by level in oracle.
    My table is :
    J_USER_CALENDAR
    USER_NAME     FROM_DATE     TO_DATE     COMMENTS
    Uma Shankar     2-Nov-09     5-Nov-09     Comment1
    Veera     11-Nov-09     13-Nov-09     Comment2
    Uma Shankar     15-Dec-09     17-Dec-09     Commnet3
    Vinod     20-Oct-09     21-Oct-09     Comments4
    The above table is the user leave calendar.
    Now I need to display the users who are on leave between 01-Nov-2009 to 30-Nov-2009
    The output should look like:
    USER_NAME     FROM_DATE     COMMENTS
    Uma Shankar     2-Nov-09     Comment1
    Uma Shankar     3-Nov-09     Comment1
    Uma Shankar     4-Nov-09     Comment1
    Uma Shankar     5-Nov-09     Comment1
    Veera     11-Nov-09     Comment2
    Veera     12-Nov-09     Comment2
    Veera     13-Nov-09     Comment2
    For this I have tried with following query , but it is taking too long time to execute.
    select FROM_DATE,user_name,comments from (SELECT distinct FROM_DATE,user_name ,
    comments FROM (SELECT (LEVEL) + FROM_DATE-1 FROM_DATE,TO_DATE, FIRST_NAME||' '|| LAST_NAME
    user_name ,COMMENTS FROM J_USER_CALENDAR
    where
    and J_USER_CALENDAR.IS_DELETED=0
    CONNECT BY LEVEL <= TO_DATE - FROM_DATE+1) a )where (FROM_DATE = '01-Nov-2009' or FROM_DATE = '30-Nov-2009'
    or FROM_DATE between '01-Nov-2009' and '30-Nov-2009') order by from_Date ,lower(user_name)
    Please help me.
    Thanks in advance.
    Regards,
    Phanikanth

    I have not attempted to analyze your SQL statement.
    Here is a test set up:
    CREATE TABLE T1(
      USERNAME VARCHAR2(30),
      FROM_DATE DATE,
      TO_DATE DATE,
      COMMENTS VARCHAR2(100));
    INSERT INTO T1 VALUES ('Uma Shankar', '02-Nov-09','05-Nov-09','Comment1');
    INSERT INTO T1 VALUES ('Veera','11-Nov-09','13-Nov-09','Comment2');
    INSERT INTO T1 VALUES ('Uma Shankar','15-Dec-09','17-Dec-09','Commnet3');
    INSERT INTO T1 VALUES ('Vinod','20-Oct-09','21-Oct-09','Comments4');
    INSERT INTO T1 VALUES ('Mo','20-Oct-09','05-NOV-09','Comments4');
    COMMIT;Note that I included one additional row, where the person starts their vacation in the previous month and ends in the month of November.
    You could approach the problem like this:
    Assume that you would like to list all of the days of a particular month:
    SELECT
      TO_DATE('01-NOV-2009','DD-MON-YYYY')+(ROWNUM-1) MONTH_DAY
    FROM
      DUAL
    CONNECT BY
      LEVEL<=ADD_MONTHS(TO_DATE('01-NOV-2009','DD-MON-YYYY'),1)-TO_DATE('01-NOV-2009','DD-MON-YYYY');Note that the above attempts to calculate the number of days in the month of November - if it is known that the month has a particular number of days, 30 for instance, you could rewrite the CONNECT BY clause like this:
    CONNECT BY
      LEVEL<=30Now, we need to pick up those rows of interest from the table:
    SELECT
    FROM
      T1 T
    WHERE
      (T.FROM_DATE BETWEEN TO_DATE('01-NOV-2009','DD-MON-YYYY') AND TO_DATE('30-NOV-2009','DD-MON-YYYY')
        OR T.TO_DATE BETWEEN TO_DATE('01-NOV-2009','DD-MON-YYYY') AND TO_DATE('30-NOV-2009','DD-MON-YYYY'));
    USERNAME        FROM_DATE TO_DATE   COMMENTS
    Uma Shankar     02-NOV-09 05-NOV-09 Comment1
    Veera           11-NOV-09 13-NOV-09 Comment2
    Mo              20-OCT-09 05-NOV-09 Comments4If we then join the two resultsets, we have the following query:
    SELECT
    FROM
      T1 T,
      (SELECT
        TO_DATE('01-NOV-2009','DD-MON-YYYY')+(ROWNUM-1) MONTH_DAY
      FROM
        DUAL
      CONNECT BY
        LEVEL<=ADD_MONTHS(TO_DATE('01-NOV-2009','DD-MON-YYYY'),1)-TO_DATE('01-NOV-2009','DD-MON-YYYY')) V
    WHERE
      (T.FROM_DATE BETWEEN TO_DATE('01-NOV-2009','DD-MON-YYYY') AND TO_DATE('30-NOV-2009','DD-MON-YYYY')
        OR T.TO_DATE BETWEEN TO_DATE('01-NOV-2009','DD-MON-YYYY') AND TO_DATE('30-NOV-2009','DD-MON-YYYY'))
      AND V.MONTH_DAY BETWEEN T.FROM_DATE AND T.TO_DATE
    ORDER BY
      USERNAME,
      MONTH_DAY;
    USERNAME        FROM_DATE TO_DATE   COMMENTS   MONTH_DAY
    Mo              20-OCT-09 05-NOV-09 Comments4  01-NOV-09
    Mo              20-OCT-09 05-NOV-09 Comments4  02-NOV-09
    Mo              20-OCT-09 05-NOV-09 Comments4  03-NOV-09
    Mo              20-OCT-09 05-NOV-09 Comments4  04-NOV-09
    Mo              20-OCT-09 05-NOV-09 Comments4  05-NOV-09
    Uma Shankar     02-NOV-09 05-NOV-09 Comment1   02-NOV-09
    Uma Shankar     02-NOV-09 05-NOV-09 Comment1   03-NOV-09
    Uma Shankar     02-NOV-09 05-NOV-09 Comment1   04-NOV-09
    Uma Shankar     02-NOV-09 05-NOV-09 Comment1   05-NOV-09
    Veera           11-NOV-09 13-NOV-09 Comment2   11-NOV-09
    Veera           11-NOV-09 13-NOV-09 Comment2   12-NOV-09
    Veera           11-NOV-09 13-NOV-09 Comment2   13-NOV-09Charles Hooper
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • Issues with connection and Printer

    Hi guys,
    I have two issues going on, but one of them is not related to security but I want to through out there to see if anybody can answer it or suggest me an appropriate thread.
    First question:
    Can anybody tell me how set up a printer in ECC 6.0, Please tell me step by step. It’s related with iw32 and printing. Please explain over all I never setup printer through SAP.
    My another question is more of a Basis question since I can’t find a basis thread I’m posting here, 
    The developer trying to connect to courion but some how the Courion connector did not work so we added sap_all, sap_new to the courion ID but it worked once and then it’s not working again.
    I was wondering if anybody has any idea about this.  Please give me some thought or recommendation.  (Courion is some other software)
    Thank you so much for any help in advance

    Replacing your wireless router now try.
    http://www.hp.com/global/au/en/wireless/reconfiguring-system-help3.html
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • Issues with connection busy functionality

    Here are a few things I've noticed with the busy connection functionality:
    If I want to right click in a SQL worksheet window while a tab has a query running (current or different tab) I get the "connection busy" error. Don't know why this is b/c right clicking should not be contacting the DB so it's not like I'm trying to run another process or something.
    I had one tab with a basic select statement and another that was running another script that was taking a while to execute. The tab running had a bunch of insert statements running but not in a pl/sql block. The script had 15,729 inserts. When I tried running a statement on the other tab, I recieved the "connection busy" error, and I clicked abort. Instead of not trying to connect, I kept recieving the "connection busy" error over and over. The second tab came back with results finally. When my other tab with the insert statements was done, I checked the number of rows in my table - 15,717! So it looks like when I was clicking abort the other script was skipping statements or something! Good thing I double checked b/c this nasty little bug would have caused me some grief in the future.

    The connection-busy-abort-retry dialog is popped us when a JDBC operation is being performed on the connection and another such operation is requested.
    SqlDeveloper uses single connection/session everywhere, so in your case, in the second worksheet, the same connection was being used which was busy through the operation in first worksheet.
    Right click on the worksheet, does some JDBC operation, hence you got the dialog in second worksheet.
    One workaround is to use unshared sql worksheet (ctrl-shif-n in a woeksheet).
    A better solution for above issues is being worked on by the development team that should give you better concurrency and responsiveness.
    This would be available in next major release of Sql Developer.
    -Raghu
    dev. team.

  • IPad 2 WiFi Range Issues (but not issues with connectivity when in range)

    Okay. I hate to start a new thread when there are bunches of threads on the iPad 2 having WiFi problems (particularly with 5Ghz networks and also related to 4.3). Nonetheless, I'm not seeing anyone talking about range in these forums.
    Issue: iPad 2 WiFi range is not as far as iPad 1 (with no cover on either).
    Alternative Explanation: iPad 2 has difficulty connecting to Airport Express or Time Capsule extended networks.
    Devices: iPad 2 3g, iPad 1 3g (iOS 4.3), iPhone 3gs (iOS 4.3), iPhone (iOS 3.2x), iMac, MacBook Pros, etc.
    Network Router: Simultaneous Dual-Band Airport Extreme (latest version) set up with 2.4, 5 ghz and Guest Networks (each with their own name).
    Network Extender: Airport Express (latest version) extending the 2.4 ghz network
    Network Extender 2: Time Capsule (original, single band) extending the 2.4 ghz network
    Longer Description: iPad 2 connected without an issue to the 5 ghz network and the 2.4 ghz network when it was in the same room as the Aiport Extreme. Didn't have any issues maintaining that connection.
    However, the iPad 2 doesn't work in any of the farther rooms and can't see the network. iPad 1 and iPhones have no issues (and typically show 1 or two bars). I believe they typically are connecting through the Airport Express (but it could be the Time Capsule).
    Given that the iPad 2 isn't even seeing the networks, I'm guessing it's a range issue, but hoping it's not.
    Anyone else seeing this? Any fixes?

    While it is possible that an Apple moderator (Apple host) could pass some information to an Apple development/support group, in practice this doesn't really seem to happen (at least often). I believe that the moderators are kept quite busy just administering the forums and keeping them under control (no spam, ads, abuse, etc.). I've never seen a post by an Apple host here or seen a technical correction to a post (and there is certainly a lot of incorrect information posted here).
    Unfortunately, a lot of new posters here seem to think that they are talking directly to Apple and post bug reports, feature suggestions, complaints, etc. These would be much better submitted via the Apple feedback vehicle at http://www.apple.com/feedback. These are not anonymous, are directed to the appropriate product and provide an email contact for Apple to get back to the submittor if more detail is required.

  • Outlook 2013 Issues with Connecting to Gmail Exchange

    Outlook 2013 will not connect with Gmail account on cas_array.yourhostedexchange.com server. 
    Error message below appears each time I try to set up the account:
    The action cannot be completed. The connection to microsoft exchange is unavailable. Outlook must be online or connected to complete this action.
    Occasionally it will set it up, then it reverts to 'Trying to Connect' .... maybe lasts a day working fine at the most. 
    Have attempted to use Outlook 2010 as never had issue when using this platform previously - also failed. Bigpond email as pop account is working fine. 
    Suggestions? 

    Hi,
    According to your description, there is connectivity issue about your Gmail account. If I misunderstanding your meaning, please feel free to let me know.
    If yes, I recommend you contact with Gmail support for more professional help.
    If it’s Exchange account, I recommend you firstly check the connectivity by using Test Email AutoConfiguration:
    http://social.technet.microsoft.com/Forums/en-US/54bc6b17-9b60-46a4-9dad-584836d15a02/troubleshooting-and-introduction-for-exchange-20072010-autodiscover-details-about-test-email?forum=exchangesvrgeneral
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Tricky Issue with connecting to Lync server from my desktop lync client 2010

    I am facing a tricky situation here,
    Firstly i have 3 modes of connecting my laptop to the internet as follows:
    1)Using Wi-Fi connection.
    2)A physical LAN cable connection
    3)An internet data card (A USB data card).
    Now, i can comfortably use my Lync using 1st and 2nd mode of connectivity. But i am having a real issue using the 3rd mode of connectivity i.e using internet data card, it just doesn't connect to the Lync server at all, even though i can browse internet
    very well.
    Later i got a workaround to solve this, what i did was, i connect to internet first with 1st and 2nd modes i.e wifi or lan cable and then i also connect to internet using 3rd mode i.e data card.
    After this i start my Lync, which  now connects perfectly and then when it is connected and working.
    I disconnect my WiFi or LAN cable this causes Lync to restart, but this time it connect within minutes again using internet of my datacard, isn't this Bizarre ??
    Now Could someone please help me to connect the Lync just  by using my internet datacard?
    Atlast 2 thing which may be of help is :
    1)I can easily connect Outlook to the exchange server using my datacard and retrieve my mails.
    2)When i connect to internet using my internet datacard, I can still see "Not Connected Symbol"  in my network indicator on my Win7 PC, But i can still Brows
    internet.
    This problem may have something to do with networking, not sure. Please Help me to solve this !!!
    Ambrish

    Infact it was a Network Issue, found following on technet and solved the issue:
    I found a solution for (my version of) this problem.  My tray icon never showed the red X, but if I clicked on the icon, the popup showed a bigger icon with a red X, and said "Not connected".  As in your case, Internet worked, but I'm unable to setup
    a VPN connection because it insists on using a non-existent modem, obviously because I'm "not connected" (which I am). 
    I monitored the processes running the NlaSvc and Netprofm services (using ProcMon), and noticed that both were denied read/write access to subkeys within the HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList hierarchy.  
    The processes were running as NetworkService and LocalService, respectively, so I tried adding full access for these service accounts to the entire subkey
    mentioned above.  Notice that permissions are not automatically inherited in the registry, so you may need to explicitly "replace all child object permissions with inheritable permissions from this object".
    Within seconds, Network and Sharing Center tells me I'm connected to my domain.  Yay!
    A reboot was required to fix the tray icon and its popup.
    However, I'm still unable to add my VPN connection.
    I'm interested in hearing from you guys if your registries miss the same permissions?  If so, Windows 7 must have a bug somewhere with misaligned service permissions/rights.
    Ambrish

  • Issue with connection SSRS reportviewer control to SSRS 2012 integrated with SharePoint 2010...

    Hi,
    I have a .NET application that uses SSRS ReportViewer 2012 control to render reports deployed on SSRS 2012 integrated with SharePoint 2010. I am getting error "the report execution '' has expired or not found". The same code works when I connect
    to SSRS 2008 R2 integrated with SharePoint 2007. I investigated the issue and it seems the JavaScript that pings the SSRS server before it expires is missing from rendered HTML.
    Let me know if there is a way to fix this issue.
    following is the code:
    ASPX:
    <formid="form1"runat="server">
    <rsweb:ReportViewerAsyncRendering="true"  
    KeepSessionAlive="true"ID="test"runat="server"></rsweb:ReportViewer>
    <asp:scriptmanagerrunat="server"></asp:scriptmanager>
    </form>
    Code Behind:
    if(!IsPostBack)
    this.Session.Clear();
            test.Reset();
            test.ProcessingMode =
    ProcessingMode.Remote;
            test.KeepSessionAlive =
    true;
            test.ServerReport.ReportServerUrl =
    newSystem.Uri("https://webappname/_vti_bin/reportserver/");
            test.ServerReport.ReportPath =
    https://webappname/RS_Reports/REportEngineTest.rdl;
    ReportServerCredentialscred =
    newReportServerCredentials();
                test.ServerReport.ReportServerCredentials = cred;
    report server credentials:
    publicICredentialsNetworkCredentials
    get
    // Use default identity.
    returnnewNetworkCredential("user",
    "pwd",
    "domain");

    What's the meaning of webappname, are you mean the sharepoint site?
    I think this issue can be caused by the incorrect url. You can refer to the following link:
    http://msdn.microsoft.com/en-us/library/ms154497(v=sql.110).aspx
    Familyabc

  • Issue with connecting to 1 website

    Hi there
    I hope someone can help me resolve this issue
    I'm having issues connecting to a website ( www.soccermanager.com ) via BT. It worked fine 2 days ago but not worked since. I can connect to it from my work pc, my iphone ( three 3g ) and my work blackberry ( vodafone ), but if I turn on wifi on either my iphone or blackberry and use my bt network it doesn't work. Site is definitely up but not working on my BT connection. I have also tried my work laptop via my home BT and it doesn't work either, so hopefully also ruling out a PC related issue.
    I can ping the server and get the same ip address as I do at work, so isn't a DNS issue ( even though I have also tried OpenDNS just in case ). When I run a tracert on it eventually times out at the 17th hop, the last hop before timeout was:
    16   129 ms   129 ms   129 ms  xe-0-1-0.er1.dfw2.us.above.net [64.125.27.74]
    Any ideas or suggestions of what's wrong ?
    Thanks for any help/suggestions, even if only to test the site and tell me it works for you or not.

    Reported via a live chat.  I must say that the guy was very helpful and said he'd reported the issue together with the tracert data I had provided.
    Afraid I lose the will when trying to speak to BT by phone!

Maybe you are looking for

  • Cannot Input Goods Receipt for a Stock Transport Order

    Dear all, I created a stock transport order from one plant to another. But in the following "MIGO" transaction, the system indicates "Document xxxxxxxxx does not contain any selectable items". In the stock transport order, I simply input the supplyin

  • TM Drive Connection

    I am having problem in the TM process of working consistently. The drive is a new OCW 1TB and I am connecting it directly to my Imac using the firewire 800 connections rather then the USB connection. is there any issue with this setup, is the USB con

  • Extract the userID that set a role for a specific user

    Hi all @SAP Forums, I'm going to write a simple report to extract some information about users and role assignments in the system I'm working on. The requirements is quite simple; for every user in the USR02 table, I have to extract some info about t

  • Help on packages

    hi, i am just learning java and i have a problem. I have 3 files, A.java and B.java and C.java I need to use A and B java file variables in C.java So i wrote package statements like this. all the files are in the "waves" directory. //in A.java packag

  • How to control fraction digits on inputfields-Jdev 11.1.1.6

    Hi,   I have a scenario like restrict the user to enter fraction digits 20 or lessthan 20 and integer digits are 5 or lessthan 5 for input text field.Even if user enter more than 20,it should not allow the user to enter digits after that 20digits. Th