Connection management question

If no activity, user is disconnected (ORA-01012: not logged on)
Do we have any place in 10g to see time of being (not active) logged on?

OK, if you are looking for your own session it is 0.
Thanks.
SID USERNAME     LAST_CALL_ET
1          519061
2          519061
3          519061
4          519061
5          519061
6          519061
7          519061
8          519061
9          519061
11          9
15          28
16          28
17          29
19     BLEV     0
23     BLEV     240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • How to specify finite simulation stop time in VI generated using SIT connection manager

    Hello,
    I have a SIMULINK model which I want to run on a desktop ETS. I'm following this procedure:
    1. Convert the SIMULINK model in a .DLL using RTW build in Matlab. The target of this build is nidll.tlc.
    2. Create a host VI with required indicators and map the parameters using SIT connection manager.
    3. Configure the DAQ (and then SIT connection manager generated the driver and IO files for me.)
    4. Using LV project, run the driver on the desktop ETS and host VI on the host machine.
    The code is working fine, without any error.
    My question is this: Since in the driver VI, the simulation time is set to -1, which implies "continuous", the simulation goes on until I hit the stop button on the host VI.
    I tried changing this default value to some other value. The simulation then does run for the defined amount of time but then I'm getting error 2206.
    What is an appropriate way to stop the simulation on the RT target?
    Thanks
    Gayatri
    PS: I'm using LV 8.5, LVRT 8.5, SIT 4.0, Matlab @2007a.

    The VI in the Driver VI called SIT Initialize Model.vi has an input called time step (sec) (-1: use model time step) which does what you want it to. It doesn't actually affect the time step of the solver used in the built model DLL, just the rate at which the main base rate loop actually runs in real time. In fact, base rate loop period would be a better name for this control. If you set it, you won't alter your model, but you will be able to adjust the rate of the base rate loop.
    Simply create a control from this input terminal on your driver VI and fill in an appropriate period in seconds. Make sure to set this value as default in the control so that the Driver VI remembers it.
    You will have to take into account that your model will still think it's running at the time step it was compiled at. So your model simulation time and the actual wall clock time won't match up.
    Jarrod S.
    National Instruments

  • SSIS 2012: SSIS Error Code "Excel Connection Manager" failed with error code 0xC0202009.

    Hi,
    This is kind of weird issue that I am experiencing with excel connection manager in SSIS 2012. This issue occurs sometimes but when I close and re-open SSDT (SQL Server Data Tools - newer BIDS) then this issues goes off temporarily.
    Just FYI, through SSDT environment I executed the package successfully with both settings Run64bit runtime setting to Yes and No when error does not occur.
    So far I have installed
    http://www.microsoft.com/en-us/download/details.aspx?id=13255 (Microsoft Access Database Engine 2010 Redistributable).
    I still remember for older versions of SQL Server (2005 & 2008) that I have executed Excel connection SSIS packages with Run64bit runtime = false i.e. in 32-bit mode. As far as I know I think Excel 64-bit issue has been resolved with SQL Server
    2012 release.
    Here is the detail of error message:
    TITLE: Package Validation Error
    Package Validation Error
    ADDITIONAL INFORMATION:
    Error at Data Flow Task [Excel Source [2]]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Excel Connection
    Manager" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    Error at Data Flow Task [SSIS.Pipeline]: Excel Source failed validation and returned error code 0xC020801C.
    Error at Data Flow Task [SSIS.Pipeline]: One or more component failed validation.
    Error at Data Flow Task: There were errors during task validation.
    Error at Package [Connection manager "Excel Connection Manager"]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft Access Database Engine"  Hresult: 0x80004005  Description: "Unspecified error".
     (Microsoft.DataTransformationServices.VsIntegration)
    Here are my environment details:
    SQL Server 2012 {Microsoft SQL Server 2012 (SP1) - 11.0.3368.0 (X64) } , Excel 2010 (32-bit). I am developing SSIS code on Virtual desktops with Windows 7 32-bit OS.
    Also it occurred to me that since Virtual Desktops are on Shared Infrastructure, the source files and SSIS packages (code) can be on Shared drives for e.g. \\<Corpnet>\userdata\<Corp_Users_Grp>\<Username>\Visual Studio 2010\Projects\Integration
    Services Project2\Integration Services Project2\Package.dtsx.
    Does this kind of Shared drives have any impact to give this issue?
    Thanks in advance!
    Ketan
    P.S.: I had look at this forum question -->
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/903bbe1d-e070-4c43-9d3b-0a5193550029/64bit-error-in-excel-connection-manager-in-ssis

    Hi Arthur,
    Thanks for your response.
    Yes, it looks like SSIS still has bunch of issues with Excel files like as follows:
    1) Some times excel source files cannot be parsed by excel source connection manager.
    2) For derive column conversion, we can't replace the existing column. rather, we have to add the derived column as " add as new column" which is tough to manage  while destination mapping.
    3) If an column in excel contains a data which is not of the data type assigned for the column in excel, the excel source reads that data as "null". For the same, we can't validate the data and redirect the erroneous data in reject file.  <-- For
    this we tried IMEX setting also
    4) In multi-tab/sheet excel file, excel source is unable to detect a tab and identify the metadata of the excel.
    I am also checking Microsoft connect for Excel issues with SSIS 2012(https://connect.microsoft.com/SQLServer/SearchResults.aspx?SearchQuery=excel#&&PageIndex=22
    As worst case scenario, I am thinking of converting Excel to CSV file or Flat text file. (http://www.mssqltips.com/sqlservertip/2772/importing-data-from-excel-using-ssis--part-2/).
    Do you think it is advisable to convert Excel into CSV or Flat file.
    Thanks,
    Ketan

  • Connection Manager - Expression ConnectionString

    Hi
    I have been unable to find the answer to this question and would appreciate any advice.
    I have taken over a number of SSIS packages and wonder if the existing practise is fairly normal as I have not seen it done quite like this before.
     I need to create/modify the packages for changes to the existing import files or for new import files.
    Each package imports a number of different text files with different columns, each input file has it’s own Connection Manager however all the Connection Managers share the same Expression ConnectionString and DelayValidation is
    False.
    When looking at the Connection Manager I can set the Filename to one of the corresponding input files and preview the data etc., however once I open the Flat File Source Component I can no longer preview the data as the default value for the variable in
    the Expression Connection String is used which points to a file that is not there.
    Should I
    Just set DelayValidation to True
    use separate variables for each Connection Manager (1 per input file format)
    change the default value for the file in the variable to match the components I am looking at
    something else
    Thanks in advance
    Shaun

    I have just tried 1.
    I thought this would be an option. However even with DelayValidation set to true in the Connection Manager when I open the Flat File Source component the default value for the variable in the Expression Connection String is used, whcih points to a file that
    is not there.
    Having read up on DealyValidation I thought that would help...
    Trying 3 as I know that will work, however I still need to know how I should be doing this
    Thanks again
    Shaun

  • Custom Connection Manager only works in 32bit- 0xC0011008: Error loading from XML

    I have a very basic / stripped connection manager with only one property (SSIS 2012). It works fine in design time (you can open the connection manager editor and change the value), but in runtime it only works in 32bit mode. The runtime-validate-method
    does work, but if everything validates OK then in 64bit it throws an error when you run the package:
    Exception deserializing the package "The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information
    can be stored.". This occurs when CPackage::LoadFromXML fails.
    The 2 VS projects are .Net 4 class library projects with the Build Platform on "Any CPU"
    I only add references to:
    Microsoft.SqlServer.ManagedDTS - C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS\v4.0_11.0.0.0__89845dcd8080cc91\Microsoft.SqlServer.ManagedDTS.dll
    Microsoft.SqlServer.Dts.Design - C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.SqlServer.Dts.Design\v4.0_11.0.0.0__89845dcd8080cc91\Microsoft.SqlServer.Dts.Design.dll
    Compiled DLL's are available in GAC and SQL Server connections folder:
    I made the sourcecode available via codeplex:
    https://ssisconnectionmanager.codeplex.com/SourceControl/latest#myFirstConnectionManager/2012/myFirstConnectionManager/myFirstConnectionManager.cs
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

    AppPrincipal (identity) related? Hint http://serverfault.com/questions/339747/the-package-failed-to-load-due-to-error-0xc0011008-error-loading-from-xml
    Arthur My Blog
    Hi Arthur,
    Looks like something similar (same message, same 64bit issue), will try that tomorrow! But sounds weird that you should tell SSIS which identity to use...
    Found the same thread in MSDN:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/47d185d3-c801-45cf-becd-3c2524d98353/the-package-failed-to-load-due-to-error-0xc0011008-error-loading-from-xml?forum=sqlintegrationservices
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

  • Why no bluetooth in connection manager ?

    PC Suite 6.80.22 cannot connect to my phone (6021) via bluetooth.
    When I run the Nokia connection manager, I can only choose infrared, serial data cable and usb data cable.
    I do not have bluetooth !
    When I use the windows explorer, I can make a connection there and I can manage files (upload, remove, download).
    So I am sure my bluetooth device (Trust BT120) is installed and working correctly in my OS (Win2k SP4).
    In my device manager, the bluetooth device is reported as a lan device.
    I already re-installed the pc suite.
    My question is : why don't i have bluetooth in the connection manager ?

    Are you using a Mac?
    If yes the following is irellevant...just incase..
    Connecting the Phone to a USB Bluetooth Dongle. Using PC Suite.
    Yesterday, I stayed up all night to figure this out. I called nokia support to see what they can do, and apparently the new drivers from Sitecom (the BT adaptor that I use) creates a "Cloak" over the Microsoft ones. (This is only if you have SP2!!)
    Required for these steps:
    ~PC Running Windows XP on Service Pack 2. (how do I know if I have Service pack 1/2? Go to Start > Controll Panel > Classic View (on the top left corner, or if you already are then ignore this) > System. In system it will say which serivce pack you are running.
    ~PC Suite version 6.80.22 or later.
    ~Bluetooth Adaptor + Drivers for it
    ~Nokia Phone supporting a bluetooth In/Out connection.
    ~Patience (this may take half an hour depending on your PC Spec) (Took me 15 minutes)
    So here is what I did:
    First of all close all programs that you dont need running.
    Start > Controll Panel > Add Remove Programs > Sitecom drivers
    Remove ALL Sitecom (or which ever company's you use).
    Reboot Computer.
    Next put the CD/Floopy in the PC or folder that you downloaded have ready on your desktop, containing the drivers required for your adaptor.
    If a autorun comes up cancel it.
    Plug in your bluetooth adaptor to a permanent usb port! The port you plug it into will be the only and only port that you can run bluetooth from, dont ask me why. So use a good safe place. (I put mine in the back of my PC, not the front.)
    Windows will now say that it has found new hardware. It will ask you if it can search the internet for drivers, click > Yes This Time Only.
    It will search and wont find anything.
    Now it will ask you if it can search for drivers on the PC, click : Yes, and tell it where the drivers are located, CD/Floppy, Folder. eg: E:\Sitecom/drivers/XP
    Let it install. It will finish, then suddenly re-open.
    Run the same step as above again. (dont ask me why..it just installes some more drivers.)
    Finally it will finish and say that your software is ready to be used.
    DONT TRY TO USE IT! THE SOFTWARE REQUIRED ISNT RUNNING YET. DONT RUN PC SUITE EITHER! DONT QUIT PC SUITE, AND DONT TRY TO USE THE CONNECTION MANAGER.
    REBOT the PC.
    Now when you go into PC Suite > Connection Manager, you should find a new connection. In my case:
    Bluetooth (Sitecom)
    and the old bluetooth connection looks like this:
    Bluetooth (Microsoft)
    The connection is very fast and stable. You can browse the phone as if it is cable connected which is awsome. Transfer speed depends on your adaptor, but it averages between 1 - 3 Megabites Per Second.
    Hopefully this works for you too!
    Good Luck,
    Tal
    I own a 5210, 5140 and now..the new 3250. Symbian 60 Series OS 3.0 ..just the best.

  • Database Table Resource via Oracle RAC connection Manager

    Hello,
    Our current IDM 8.1 syncs off a HR Database Table using the Database Table connector.
    Our DBA's are moving the view into an Oracle RAC environment.
    Question: Is there a way for us to connect and sync off our DB table through an Oracle RAC connection manager.
    I understand that for the IDM repository, this is possible.
    jdbc:oracle:thin@(DESCRIPTION =
    (ADDRESS_LIST =
    (LOAD_BALANCE = ON)
    (FAILOVER = ON)
    (ADDRESS = (PROTOCOL = TCP)(HOST = server1.ser.com)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = server2.ser.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = db.com)
    servers server1 and server2 are oracle connection managers
    Thank you for your input,
    -RC

    We moved the repository to Oracle RAC recently. The syntax to switch to the new databasecluster was something like this:
    lh setRepo -tOracle -ujdbc:oracle:thin:@//dbcluster1.domain:1521/service_idm.oradb.domain -Uwaveset -Pwachtwoord
    For the 'lh setRepo' command the old database had to be up, and we had to use the old ojdb5.jar. After that we switched to ojdb6.jar.
    One of our resources is a database table with HR data in the same database. The following Database Access Parameters work for us:
    Database Type:      Oracle
    JDBC Driver:      oracle.jdbc.driver.OracleDriver
    JDBC URL Template:      jdbc:oracle:thin:@//%h:%p/%d
    Host :     dbcluster1.domain
    Database: service_idm.oradb.domain
    Port: 1521
    Greetings,
    Marijke

  • Cannot Connect to HP Connection Manager. Error 8008005

    I  have an HP Pavilion dv6 Notebook PC and keep getting an error "cannot connect to HP Connection Manager. Error 80080005" I have tried unsuccessfully to resolve through prompts. Any ideas?
    This question was solved.
    View Solution.

    Hello Mrmcmorris.  I understand you're wondering how to get the latest drivers for your notebook.
    The easiest way to get the latest drivers is to ensure that you have both the HP Software Framework and HP Support Assistant installed.  Then you can run HP Support Assistant.  It will scan your system and check HP's database for any updates to your drivers and HP-software.  
    If you find this helpful you can click the white star under my name to give me Kudos.
    Let me know the result.  Have a great day!
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

  • Retain Same Connection = True - Property Set up for Connection Manager in SSIS 2012- Please help!

    Hi,
        I have a solution with 20 packages.  Target Database is same for all the packages, only target tables are different. All are working fine.
    Now,as part of a new requirement,I have to change some logic in one of the packages.I have to create few 'Global Temp Tables' on the fly and populate some data into it and use those tables for update and delete in both control and data flow.
       Since I am creating and using Global tables on the fly, I have to set up 'Delay Validation = True' for the package and the DFTs.
    Then, most important thing is, I have to set up 'Retain Same Connection = True' for the 'Target database' connection because only then, I assume,the package will not throw errors like 'Tables are not available'.
    My doubt is, if I change the Retain Same Connection = True, will it create any issue for the other packages, as all other packages are using the same connection manager.
    I am using SSIS 2012.
    Thanks for your help!
       

    Although 'RetainSameConnection' is a property of the Project Connection Manager, it only works within a package, but as soon as an other (child) package starts, you will loose the connection.
    Safest option is probably to use a separate package connection manager.
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

  • SCOM Connected Management Group to SCSM Connector not working

    Hi
    We have successfully connected 3 management groups using Connected Management Group . I can see the alerts from all the 3 MG in one console. I also configured SCSM connector and connected to the local Management where the other 2 are connected . I can successfully
    forward the alerts from that MG which is registered in SCSM , but when I try to forward the alerts from the other 2 mg I get the below message on the respective Management servers . Is connected management group supported in SCSM . Or am I missing any step
    need 
    Log Name:      Operations Manager
    Source:        DataAccessLayer
    Date:          11/4/2014 4:58:20 PM
    Event ID:      33333
    Task Category: None
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      server
    Description:
    Data Access Layer rejected retry on SqlError:
     Request: AlertUpdate -- (AlertId=c89b3ebc-2e45-47e9-a6d8-e96c05b787f3), (BaseManagedEntityId=9f8aa0d1-1b31-d133-e66a-a91830a42405), (ResolutionState=0), (Owner=), (CustomField1=), (CustomField2=), (CustomField3=), (CustomField4=), (CustomField5=), (CustomField6=),
    (CustomField7=), (CustomField8=), (CustomField9=), (CustomField10=), (Comments=Alert modified by user), (TimeLastModified=10/14/2014 5:28:11 AM), (ModifiedBy=xx\xxxx), (TicketId=), (ConnectorId=a680dc76-2fc2-429d-b6dd-d1a851e9bd8f), (ModifyingConnectorId=),
    (TfsWorkItemId=), (TfsWorkItemOwner=), (RETURN_VALUE=1)
     Class: 16
     Number: 547
     Message: The UPDATE statement conflicted with the FOREIGN KEY constraint "FK_Alert_ConnectorId". The conflict occurred in database "OperationsManager", table "dbo.Connector", column 'ConnectorId'.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="DataAccessLayer" />
        <EventID Qualifiers="32768">33333</EventID>
        <Level>3</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-11-05T00:58:20.000000000Z" />
        <EventRecordID>35534</EventRecordID>
        <Channel>Operations Manager</Channel>
        <Computer>server</Computer>
        <Security />
      </System>
      <EventData>
        <Data>AlertUpdate -- (AlertId=c89b3ebc-2e45-47e9-a6d8-e96c05b787f3), (BaseManagedEntityId=9f8aa0d1-1b31-d133-e66a-a91830a42405), (ResolutionState=0), (Owner=), (CustomField1=), (CustomField2=), (CustomField3=), (CustomField4=), (CustomField5=),
    (CustomField6=), (CustomField7=), (CustomField8=), (CustomField9=), (CustomField10=), (Comments=Alert modified by user), (TimeLastModified=10/14/2014 5:28:11 AM), (ModifiedBy=FAREAST\v-sanaug), (TicketId=), (ConnectorId=a680dc76-2fc2-429d-b6dd-d1a851e9bd8f),
    (ModifyingConnectorId=), (TfsWorkItemId=), (TfsWorkItemOwner=), (RETURN_VALUE=1)</Data>
        <Data>16</Data>
        <Data>547</Data>
        <Data>The UPDATE statement conflicted with the FOREIGN KEY constraint "FK_Alert_ConnectorId". The conflict occurred in database "OperationsManager", table "dbo.Connector", column 'ConnectorId'.</Data>
      </EventData>
    </Event>

    For Fix error 33333, you can refer below links
    http://opsmgradmin.blogspot.com/2011/05/scom-event-id-33333-in-scom-from-source.html
    http://blogs.technet.com/b/smsandmom/archive/2008/03/13/opsmgr-2007-dataaccesslayer-event-id-33333-with-should-not-generate-data-about-this-managed-object.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • MSDTC connection manager is unable to register with RPC

    HI
      I am using the Windowserver 2012.  We mount a WCF application , the server is working fine.. sundenly this error occurred in production environment. what might be the reason. What should i check in my server? how to fix this ? I navigate to components
    and click distributed coordianator nothing comes in the list like LOCAL DTC. I am very confused. it is not happening in any other sites. This server is database server for my application
    Thank you.
    Log Name:      Application
    Source:        Microsoft-Windows-MSDTC
    Date:          9/20/2014 9:00:41 AM
    Event ID:      4358
    Task Category: MSDTC Proxy
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      IO-DB1
    Description:
    The MS DTC Connection Manager is unable to register with RPC to use one of LRPC, TCP/IP, or UDP/IP.
    Please ensure that RPC is configured properly. If "ServerTcpPort"
    registry key is configured(DWORD value under the HKEY_LOCAL_MACHINE\Software\Microsoft\MSDTC for local DTC instance or under cluster
     hive for clustered DTC instance), please verify if the configured port is valid and the port is not already in use by a different component.
     Error Specifics:hr = 0x8007000e, com\complus\dtc\dtc\cm\src\iomgrsrv.cpp:2597, CmdLine: "C:\Windows\system32\mmc.exe"
     "C:\Windows\system32\comexp.msc" , Pid: 956
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-MSDTC" Guid="{719BE4ED-E9BC-4DD8-A7CF-C85CE8E4975D}" EventSourceName="MSDTC" />
        <EventID Qualifiers="49152">4358</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>10</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-09-20T02:00:41.000000000Z" />
        <EventRecordID>19391</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>Application</Channel>
        <Computer>IO-DB1</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="param1">hr = 0x8007000e, com\complus\dtc\dtc\cm\src\iomgrsrv.cpp:2597, CmdLine: "C:\Windows\system32\mmc.exe" "C:\Windows\system32\comexp.msc" , Pid: 956</Data>
        <Binary>4D005300440054004300</Binary>
      </EventData>
    </Event>
    Thanks & Regards Manoj

    Hi Partner,
    Thank you for your post.
    From your description, I see that the current issue is you notice Event ID 4358 error (source: Microsoft-Windows-MSDTC) logged in Application log.
    Please let me know if I misunderstand anything or you have any additional information. 
    Firstly, could you help clarify that what operation you are performing while the issue occur? It would be nice if you can provide a GUI error message if any.
    Currently, based on the error message and my research, some incorrect register key about RPC dynamic port resulting in MSDTC behaves unexpectedly might cause such symptom.
    If that is the case, let's take the following steps to check our issue.
    [Note: As the operation is related to the registry key components, I suggest we backup the entries firstly before performing the steps]
    1. Delete all the register keys about RPC dynamic port you inserted manually.
    2. Configure the ports via UI.
    3. Reboot the server.
    Please let me know if there is any update. Thank you for your time.
    Best Regards,
    Sophia Sun
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Add rule to oracle connection manager

    Oracle 11.2.0.4 on Linux.
    I need to add a rule in my oracle connection manager.
    Now I do not use rule:
    (rule_list=
    (rule=
    (src=*)(dst=*)(srv=*)(act=accept)
    (action_list=(aut=off)(moct=0)(mct=0)(mit=0)(conn_stats=on))
    I can add a rule like this:
    (rule_list=
    (rule=
    (src=*)(dst=dbxx-int.dbc.cineca.it)(srv=service_name1_ext)(act=accept)
    (src=*)(dst=dbxx-int.dbc.cineca.it)(srv=service_name2_ext)(act=accept)
    (action_list=(aut=off)(moct=0)(mct=0)(mit=0)(conn_stats=on))
    Since my two service_name end with ext can I use a single rule like this:
    I can add a rule like this:
    (rule_list=
    (rule=
    (src=*)(dst=dbxx-int.dbc.cineca.it)(srv=*_ext)(act=accept)
    (action_list=(aut=off)(moct=0)(mct=0)(mit=0)(conn_stats=on))

    this forum is commonly used to connect from Oracle databases to foreign databases using Oracle's gateway product. A connection manager can't be used here. You might ask that question in the generic database forum:
    General Questions
    but in my opinion you should log a service request to get assiatance.
    - Klaus

  • DataDirect and Oracle Connection Manager

    Quick Question - Has anyone made the Plumtree Portal running on Oracle using the built in DataDirect drivers work with an infrastructure that uses Oracle Connection Manager (OCM).
    Due to security and performance reasons, using Oracle Connection Manager is needed to communicate accross firewalls.
    Ive already followed up with DataDirect, they dont support it currently. Plumtree Support doesnt seem to think it will work (im guessing there right).
    If anyones got any insight, it be appreciated.
    -DM

    please send configuration file of cman.ora, listener.ora

  • How to disable auto connect feature in SQLDeveloper's connections manager

    Hi Guys,
    I work with SQLDeveloper 2.1.1 (Patch 1)
    It attempts to connect to the target always after you Right click on saved connection from within the connections' manager list.
    Does any one know how to disable that auto connect feature in SQLDeveloper?
    Any help would be appropriated.
    Cheers!!

    Hi, a good question:
    Here's my list of extensions installed:
    - Open Insider View (4thelephant) Insider SQLDeveloper
    - Oracle SQLdeveloper data modeler viewer
    - Oracle SQLdeveloper Migrations - MS Access
    - Oracle SQLdeveloper Migrations - MySql
    - Oracle SQLdeveloper TimesTen
    - Versioning support.
    That's all what i can see in extensions window.
    Cheers!!
    eMarcel

  • Mapping to Variables Using SIT Connection Manager

    Hello,
    I have a quick question regarding the SIT Connection manager and mappings.  I was wondering if it is possible to map to variables, using the SIT Connection Manager Wizard, that I can make in the Project Window and drop into my block diagram.  I have the SIT system buried under another VI and it is a hassle to keep having to connect the variables up to their values.  I would like to just be able to map directly to them.  If this is or is not a possibility please let me know.  Thank you.
    Michael B
    LabVIEW 8.5
    SIT 4.0
    Message Edited by Michael B on 11-30-2007 12:52 PM

    Hey Michael,
    Thank you for contacting National Instruments.  I am not sure if I completely understand your question.  Would it be possible for you to walk me through the process you are currently going through to set up these mappings?
    Also, I wanted to clarify what you meant by connecting to variables.  I know you can use the manager to map to indicators and controls, but I am not sure if this is what you are trying to accomplish.
    I look forward to hearing back from you.
    Regards,
    Kevin H
    National Instruments
    WSN/Wireless DAQ Product Support Engineer

Maybe you are looking for