WHERE ARE Linux Oracle Services (as in NT) ?

WHERE ARE the Linux Oracle Services created by the OUI (such as listener, db, apache, etc) and how cn i start / stop them automatically ?
Also, is there in any place "the oracle program group menus" like in WINDOWS START MENU, so we can see all programs installed ?
I Installed 9iAS release 2 in RedHat
Thanks

I use 8.1.7 on LInux. There are dbshut and dbstart scripts in $ORACLE_HOME/bin and there is example of "service-script" in Installation Guiede. So you can create "service-scripts", put in in /etc/rc.d/init.d and usecommends like /etc/rc.d/init/oradb start/stop, besides it you can make links for this script in rc.0, rc.6, rc.3 etc.. (like other services). You may write me a letter ([email protected]) and I'll send you service-scripts, if you will have troubles.

Similar Messages

  • (261936172) Q general Where are the Web Service source files?

    Q <general> Where are the source files for a Web Service created
    with WebLogic Workshop stored? How do I deploy the Web Service
    on a different WebLogic Server? Is there a way to bundle the
    Web Service project files manually to distribute them?
    Is there a way to configure the directory where Workshop stores
    the files?
    ANSWER: (by Adam Fitzgerald, [email protected]) The .jws files are stored
    in the project folder. This can be located on a local system, although by default
    they are in c:\bea\wlserver700b\sample\workshop\applications. The Web Service
    structure is understood by WLS 7.0 so by archiving the appropriate folder you
    can transfer the Web Service in its entirety from one deployment to another.

    Hi Dean,
    In SharePoint 2013 Designer, the help files are online. They provide tons of general information regarding SharePoint Designer 2013.  You can also find help files at:
    http://technet.microsoft.com/en-us/library/jj219638%28office.15%29.aspx .
    And find a great set of information on SPD 2013 and the new Workflow architecture here:
    http://msdn.microsoft.com/library/office/jj163986(v=office.15)
    More information, please refer to the link:
    http://blogs.msdn.com/b/sharepointdesigner/archive/2012/08/07/welcome-to-sharepoint-designer-2013-customer-preview.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Where are teh Web Services Samples?

    I have downloaded the latest PDK and the web services samples are not included. They also were not included in the Relase 2 Install of the Portal as far as I can tell. Can someone tell me where to find them.
    Thanks

    Please find Web Services samples article sources at http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/HOW.TO.BUILD.WEB.SERVICES.PORTLETS.HTML
    one can many articles related to PDK under articles folder inside pdk.zip.

  • Where are the J2EE services?

    I have successfully installed the SAP NetWeaver 7.0 2004s trial version on my Linux system.
    Thanks to this forum, I got my license file installed and my system is up and somewhat functional.  However, I don't think the Java stack was correctly installed or functioning.  ....or I'm making a really big assumption.
    I used transaction SICF to switch on the /sap/xi hierarchy of applications and the ping application.  I can successfully ping resources like http://hostname:8001/sap/xi/adapter_plain http://host:8001/sap/public/ping
    Ok, that's a good start, but what happened with the other common URL's like host:50100/nwa and :50100/useradmin :50100/sld   
    None of those URL's are available.  I made the assumption that the NetWeaver trial came with both the ABAP and Java stacks.  So when checked the file system I fond my directory structure to include:
    /usr/sap/N4S/DVDEBMSG01
    /usr/sap/N4S/SCS00
    /usr/sap/N4S/SYS
    I expected to find a /usr/sap/N4S/JC01 directory.
    Looks like I need to install some more software.  I guess I need the WAS 6.40 now?  
    Or did  I make a mistake during the installation process?

    We're getting somewhere now!  I'm starting to suspect that the JAVA_HOME parameter is incorrect throughout the configuration.  The path to the "Java for SAP Customers" is /opt/IBMJava2-amd64-142 throughout these log files I see references to an empty directory /usr/lib/java.
    But let's break it down one on piece at a time.
    Here's the instance profile  /usr/sap/N4S/SYS/profile/N4S_DVEBMGS01_n4shost
    SAPSYSTEMNAME = N4S
    SAPSYSTEM = 01
    INSTANCE_NAME = DVEBMGS01
    DIR_CT_RUN = $(DIR_EXE_ROOT)/run
    DIR_EXECUTABLE = $(DIR_INSTANCE)/exe
    jstartup/trimming_properties = off
    jstartup/protocol = on
    jstartup/vm/home = /usr/lib/java
    jstartup/max_caches = 500
    jstartup/release = 700
    jstartup/instance_properties = $(jstartup/j2ee_properties):$(jstartup/sdm_properties)
    j2ee/dbdriver = /sapdb/programs/runtime/jar/sapdbc.jar
    exe/saposcol = $(DIR_CT_RUN)/saposcol
    rdisp/wp_no_dia = 4
    rdisp/wp_no_btc = 1
    exe/icmbnd = $(DIR_CT_RUN)/icmbnd
    rdisp/j2ee_start_control = 1
    rdisp/j2ee_start = 1
    rdisp/j2ee_libpath = $(DIR_EXECUTABLE)
    exe/j2ee = $(DIR_EXECUTABLE)/jcontrol$(FT_EXE)
    rdisp/j2ee_timeout = 600
    rdisp/frfc_fallback = on
    icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00
    icm/server_port_0 = PROT=HTTP,PORT=80$$
    # SAP Messaging Service parameters are set in the DEFAULT.PFL
    ms/server_port_0 = PROT=HTTP,PORT=81$$
    rdisp/wp_no_enq = 1
    rdisp/wp_no_vb = 1
    rdisp/wp_no_vb2 = 0
    rdisp/wp_no_spo = 1
    rsdb/dbid = N4S
    dbs/ada/schema = SAPN4S
    ipc/shm_psize_10 = 136000000
    ipc/shm_psize_40 = 112000000
    # Jcontrol: Migrated Profile Parameter
    #            create at Tue Jun 13 00:41:51 2006
    j2ee/instance_id = ID0147049
    At first glance, I think this parameter:
    jstartup/vm/home = /usr/lib/java
    should be
    jstartup/vm/home = /opt/IBMJava2-amd64-142
    As for the other log files you suggested I check - these two don't exist:
    /usr/sap/N4S/DVEBMGS01/work/std_server.*
    /usr/sap/N4S/DVEBMGS01/work/dev_dispatcher*
    ...and the /usr/sap/N4S/DVEBMGS01/work/std_bootstrap.* logs are essentially empty - just some header data.
    *EDIT* I was going to post the dev_jcontrol log file here, but it complete screwed up the formatting of the message, so I cut it out and will try to post it in a different message.   After reading the dev_jcontrol log, it became apparent that I needed to have a look at the J2EE instance properties file.
    In the interests of brevity, I snipped out what I thought were the relevant bits of /usr/sap/N4S/DVEBMGS01/j2ee/cluster/instance.properties
    ID14704950.JavaPath=/usr/lib/java
    ID14704950.LogName=server0
    ID14704950.MainClass=com.sap.engine.boot.Start
    ID14704950.MaxHeapSize=1024
    ID14704950.Name=server0
    ID14704950.Parameters=
    ID14704950.RootPath=/usr/sap/N4S/DVEBMGS01/j2ee/cluster/server0
    ID14704950.Type=server
    bootstrap_ID14704900.JavaPath=/usr/lib/java
    bootstrap_ID14704900.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID14704900.MaxHeapSize=256
    bootstrap_ID14704900.Name=dispatcher bootstrap
    bootstrap_ID14704900.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID014704900
    bootstrap_ID14704900.RootPath=/usr/sap/N4S/DVEBMGS01/j2ee/cluster
    bootstrap_ID14704900.Type=bootstrap
    bootstrap_ID14704950.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID14704950.JLaunchParameters=
    bootstrap_ID14704950.JavaParameters=-Djco.jarm=1
    bootstrap_ID14704950.JavaPath=/usr/lib/java
    Those JavaPath statements look suspect to me.  What do you think?  Did the installation process pickup the wrong java path?
    Edited by: Terry Riedel on May 8, 2009 8:45 AM

  • Where are my mobile service and database tables? They're missing from the Portal.

    I've been using Azure for a couple of months. I just logged in and my mobile service is missing. And while my SQL database is still there, all the tables I created are gone. I received no email about them being removed and there's no log on the site that
    indicates anything happened to them. My website also is there and appears to be working fine. I had a lot invested in the tables and mobile service. Can anyone help me figure out what is going on?

    Hi
    For this
    subscription question I suggest you contact
    support
    team by creating a support ticket at http://www.windowsazure.com/en-us/support/contact/
    Beacause only them
    have the permission to help you fix your subscription issue.
    Thanks.
    Please mark post as answered if it helped!

  • Where to download Oracle Service Bus 10gr3?

    can't find on http://www.oracle.com/technology/software/products/ias/bea_main.html
    Thanks.

    at your service:
    http://www.oracle.com/technology/software/products/osb/index.html
    Marc

  • Where are the Oracle Data Binding Frameworks for Oracle Objects?

    Oracle offers a few different options for data-binding frameworks to Oracle relational data. Amongst them they include TopLink and the Oracle Application Development Framework (ADF)in JDeveloper 10G. J2EE also offers the EJB standard framework. Both of the Oracle data-binding frameworks appear to work well with relational data but fail misserably when one tries to work with a fully fledged Oracle Object-Relational schema. I have spend much time with ADF but have not been able to create successful bindings to Objects with nested complex objects (such as a 2-level nested object) or objects containing nested tables. TopLink will not even touch Object tables.
    Have other people being more successful with this? Do we have to implement our own data binding framework? Does Oracle plan on improving these frameworks to fully support Oracle Objects?

    TopLink Runtime supports both fully fledged OX mappings and nested complex objects. These mappings can be setup in the code.
    TopLink ADF design time however currently does not have support for OX mappings.
    Hope this helps,

  • Where are files for my Oracle 10g DB kept?

    Hi, I want to set up a connection from Visual Basic Express Edition 2008 to my Oracle DB.
    Where are the Oracle DB files kept?
    Also, will the connection work? I have the Oracle XE ODBC driver...

    807829 wrote:
    Trying to connect on Visual Basic 2008 Express Edition through the "Add New Data Source" wizard.
    To start a new connection, you have to browse with explorer for a database "file". A typical one you're looking for would be an .mdf file. Thought it was a bit weird but that's how it works with this IDE. There doesn't seem to be a way to connect to a server, then open a database.
    Sorry for the dumb question.You might find this helpful:
    http://social.msdn.microsoft.com/Forums/en/vbide/thread/5d851101-eac7-43d8-9ee7-adba4ae5e306
    http://www.visualstudiodev.com/visual-basic-express-edition/visual-basic-20052008-express-editions-with-oracle-database-10g-express-edition-43659.shtml

  • Oracle Service Bus configuration project deployment problem

    I cannot deploy the "OSB30 Book Conf" configuration project to the server. "The specified domain path is not a valid Oracle Service Bus domain" error appears. Where is the domain path specified? Where can I get know which paths are valid Oracle Service Bus domains?
    I am using OSB 10.3.1, WebLogic server 10.3, Oracle Workshop for WebLogic 10.3 running on RHEL4.
    Thank you.

    Your first message about "THE SPECIFIED DOMAIN PATH IS NOT A VALID ORACLE SERVICE BUS DOMAIN" is the most annoyingly stupid message and wasted days of my time when I was trying to script the creation of an OSB domain.
    The way Workshop decides that a domain is a valid OSB domain or not is by checking the config.xml for the prescense of "lib/kernel.ear" - if that's not EXACTLY like that, that it decides its not a valid domain.
    If you look in the config.xml, you must have an entry like
    <app-deployment>
    <name>XBus Kernel</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>C:\osb1031\osb_10.3/lib/kernelEar</source-path>
    and not something like this
    <app-deployment>
    <name>XBus Kernel</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>c:\domains\user_projects\applications\MyESB11g/kernelEar</source-path>
    It's all to do with the path you choose for the applications when creating the domain and there's a bug raised for it. Sounds like you're working anyway.
    Pete

  • Deploying to Oracle Services Registry from Oracle Workshop (10.3.1)

    Hi folks,
    In our project, we are using Oracle Services Bus (version 10.3.1) and we want to interact with an UDDI registry (Oracle Service Registry). We used the following process :
    1/ Creation of a UDDI file correctly configure in our OSB project from Oracle Workshop. The validation test works like a charm
    2/ Importing a Service from UDDI in Oracle Workshop correctly works too.
    The problem : We cannot find a way to export our services (Proxy services) from Oracle Workshop into the UDDI. Is it possible ? What do we do wrong and how can we do that ?
    Thanks in advance for your answer,
    Cheers

    This is a blocker issue for us. Any hints ? At least, we need to know if it's possible to do so and if somebody faces the same issue.
    Thanks,
    Cheers,

  • Oracle Services Dependency

    Dear Sir,
    My Oracle version is Oracle 10g.
    My Application is a Windows Service with "Automatic" Startup Type.
    It will access Oracle database on startup. I set the database name to "Eagle"
    I wish to create service dependences to ensure my service start after Oracle services is ready.
    I found there are 4 Oracle services with "automatic" startup type. They are:
    OracleDBConsoleEagle,
    Oracleoradb10g_home1iSQL*Plus,
    Oracleoradb10g_home1TNSListener and
    OracleServiceEagle
    My question is:
    Do I have to set dependency on all the 4 Oracle services or just one of them ?
    Or What is the best way to ensure Oracle database assessable for my application if my application is a "Automatic" Windows database service ?
    Thanks a lot
    Xueliang

    Dear Oracle guru,
    Thank a lot for your speed answer !
    I get the the oracle service name "OracleServiceEagle" from the windows service manager.
    I wish to get the service name by program. is the service name simply generated by rule
    my_service_name = "OracleService" + My_database_name ?
    Thanks a million.
    Xueliang

  • Linux + Oracle vs WCF service

    I'm having a problem between Linux /Oracle calling a WCF service.
    My client uses Oracle/Linux to send/receive data to my service, but it's using iso-8859-1 encoding, wich is not accepted by WCF (utf standard).
    I've found some solutions for this problem, but all involves DLLs installation and Windows, what is not possible with Linux.
    Unfortunately i don't know nothing about Oracle, and i don't know if it's possible to my client encode the data before sending/receiving to me.
    I'd appreciate some help.
    Thanks!

    The linux client can continue sending the data as it pleases (i.e., in iso-8859-1), and the encoder, used on the server only, would be able to read it. The encoder then can decide how to encode the response back to the client (UTF-8 or iso-8859-1 again).
    If you want the response to be in iso-8859-1 as well you may also need something like a message inspector to update the content-type header with the appropriate charset.
    Update: example with the custom encoder using ISO-8859-1
    public class StackOverflow_7033442 {     [ServiceContract] public interface ITest {         [OperationContract] string Echo(string text); } public class Service : ITest {         public string Echo(string text)         {             return text;         } } public static void Test() {         string baseAddress = "http://" + Environment.MachineName + ":8000/Service";         ServiceHost host = new ServiceHost(typeof(Service), new Uri(baseAddress));         CustomBinding binding = new CustomBinding(             new CustomTextMessageBindingElement("iso-8859-1", "text/xml", MessageVersion.Soap11),             new HttpTransportBindingElement());         host.AddServiceEndpoint(typeof(ITest), binding, "");         host.Open();         Console.WriteLine("Host opened");          string request = @"<?xml version=""1.0"" encoding=""iso-8859-1""?> <s:Envelope xmlns:s=""http://schemas.xmlsoap.org/soap/envelope/"">   <s:Body>     <Echo xmlns=""http://tempuri.org/"">       <text>Hello áéíóú</text>     </Echo>   </s:Body> </s:Envelope>";         HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create(baseAddress);         req.Method = "POST";         req.ContentType = "text/xml; charset=iso-8859-1";         req.Headers["SOAPAction"] = "http://tempuri.org/ITest/Echo"; Stream reqStream = req.GetRequestStream(); Encoding encoding = Encoding.GetEncoding("iso-8859-1"); byte[] reqBytes = encoding.GetBytes(request); reqStream.Write(reqBytes, 0, reqBytes.Length); reqStream.Close(); HttpWebResponse resp = (HttpWebResponse)req.GetResponse(); Console.WriteLine("HTTP/{0} {1} {2}", resp.ProtocolVersion, (int)resp.StatusCode, resp.StatusDescription); foreach (var header in resp.Headers.AllKeys) {             Console.WriteLine("{0}: {1}", header, resp.Headers[header]); } if (resp.ContentLength > 0) { Console.WriteLine(new StreamReader(resp.GetResponseStream(), encoding).ReadToEnd()); } Console.Write("Press ENTER to close the host"); Console.ReadLine(); host.Close(); } #region Custom Text Message Encoder sample, verbatim public class CustomTextMessageEncoder : MessageEncoder { private CustomTextMessageEncoderFactory factory; private XmlWriterSettings writerSettings; private string contentType; public CustomTextMessageEncoder(CustomTextMessageEncoderFactory factory) { this.factory = factory; this.writerSettings = new XmlWriterSettings(); this.writerSettings.Encoding = Encoding.GetEncoding(factory.CharSet); this.contentType = string.Format("{0}; charset={1}", this.factory.MediaType, this.writerSettings.Encoding.HeaderName); } public override string ContentType { get { return this.contentType; } } public override string MediaType { get { return factory.MediaType; } } public override MessageVersion MessageVersion { get { return this.factory.MessageVersion; } } public override Message ReadMessage(ArraySegment<byte> buffer, BufferManager bufferManager, string contentType) { byte[] msgContents = new byte[buffer.Count]; Array.Copy(buffer.Array, buffer.Offset, msgContents, 0, msgContents.Length); bufferManager.ReturnBuffer(buffer.Array); MemoryStream stream = new MemoryStream(msgContents); return ReadMessage(stream, int.MaxValue); } public override Message ReadMessage(Stream stream, int maxSizeOfHeaders, string contentType) { XmlReader reader = XmlReader.Create(stream); return Message.CreateMessage(reader, maxSizeOfHeaders, this.MessageVersion); } public override ArraySegment<byte> WriteMessage(Message message, int maxMessageSize, BufferManager bufferManager, int messageOffset) { MemoryStream stream = new MemoryStream(); XmlWriter writer = XmlWriter.Create(stream, this.writerSettings); message.WriteMessage(writer); writer.Close(); byte[] messageBytes = stream.GetBuffer(); int messageLength = (int)stream.Position; stream.Close(); int totalLength = messageLength + messageOffset; byte[] totalBytes = bufferManager.TakeBuffer(totalLength); Array.Copy(messageBytes, 0, totalBytes, messageOffset, messageLength); ArraySegment<byte> byteArray = new ArraySegment<byte>(totalBytes, messageOffset, messageLength); return byteArray; } public override void WriteMessage(Message message, Stream stream) { XmlWriter writer = XmlWriter.Create(stream, this.writerSettings); message.WriteMessage(writer); writer.Close(); } } public class CustomTextMessageEncoderFactory : MessageEncoderFactory { private MessageEncoder encoder; private MessageVersion version; private string mediaType; private string charSet; internal CustomTextMessageEncoderFactory(string mediaType, string charSet, MessageVersion version) { this.version = version; this.mediaType = mediaType; this.charSet = charSet; this.encoder = new CustomTextMessageEncoder(this); } public override MessageEncoder Encoder { get { return this.encoder; } } public override MessageVersion MessageVersion { get { return this.version; } } internal string MediaType { get { return this.mediaType; } } internal string CharSet { get { return this.charSet; } } } public class CustomTextMessageBindingElement : MessageEncodingBindingElement, IWsdlExportExtension { private MessageVersion msgVersion; private string mediaType; private string encoding; private XmlDictionaryReaderQuotas readerQuotas; CustomTextMessageBindingElement(CustomTextMessageBindingElement binding) : this(binding.Encoding, binding.MediaType, binding.MessageVersion) { this.readerQuotas = new XmlDictionaryReaderQuotas(); binding.ReaderQuotas.CopyTo(this.readerQuotas); } public CustomTextMessageBindingElement(string encoding, string mediaType, MessageVersion msgVersion) { if (encoding == null) throw new ArgumentNullException("encoding"); if (mediaType == null) throw new ArgumentNullException("mediaType"); if (msgVersion == null) throw new ArgumentNullException("msgVersion"); this.msgVersion = msgVersion; this.mediaType = mediaType; this.encoding = encoding; this.readerQuotas = new XmlDictionaryReaderQuotas(); } public CustomTextMessageBindingElement(string encoding, string mediaType) : this(encoding, mediaType, MessageVersion.Soap11WSAddressing10) { } public CustomTextMessageBindingElement(string encoding) : this(encoding, "text/xml") { } public CustomTextMessageBindingElement() : this("UTF-8") { } public override MessageVersion MessageVersion { get { return this.msgVersion; } set { if (value == null) throw new ArgumentNullException("value"); this.msgVersion = value; } } public string MediaType { get { return this.mediaType; } set { if (value == null) throw new ArgumentNullException("value"); this.mediaType = value; } } public string Encoding { get { return this.encoding; } set { if (value == null) throw new ArgumentNullException("value"); this.encoding = value; } } // This encoder does not enforces any quotas for the unsecure messages. The // quotas are enforced for the secure portions of messages when this encoder // is used in a binding that is configured with security. public XmlDictionaryReaderQuotas ReaderQuotas { get { return this.readerQuotas; } } #region IMessageEncodingBindingElement Members public override MessageEncoderFactory CreateMessageEncoderFactory() { return new CustomTextMessageEncoderFactory(this.MediaType, this.Encoding, this.MessageVersion); } #endregion public override BindingElement Clone() { return new CustomTextMessageBindingElement(this); } public override IChannelFactory<TChannel> BuildChannelFactory<TChannel>(BindingContext context) { if (context == null) throw new ArgumentNullException("context"); context.BindingParameters.Add(this); return context.BuildInnerChannelFactory<TChannel>(); } public override bool CanBuildChannelFactory<TChannel>(BindingContext context) { if (context == null) throw new ArgumentNullException("context"); return context.CanBuildInnerChannelFactory<TChannel>(); } public override IChannelListener<TChannel> BuildChannelListener<TChannel>(BindingContext context) { if (context == null) throw new ArgumentNullException("context"); context.BindingParameters.Add(this); return context.BuildInnerChannelListener<TChannel>(); } public override bool CanBuildChannelListener<TChannel>(BindingContext context) { if (context == null) throw new ArgumentNullException("context"); context.BindingParameters.Add(this); return context.CanBuildInnerChannelListener<TChannel>(); } public override T GetProperty<T>(BindingContext context) { if (typeof(T) == typeof(XmlDictionaryReaderQuotas)) { return (T)(object)this.readerQuotas; } else { return base.GetProperty<T>(context); } } #region IWsdlExportExtension Members void IWsdlExportExtension.ExportContract(WsdlExporter exporter, WsdlContractConversionContext context) { } void IWsdlExportExtension.ExportEndpoint(WsdlExporter exporter, WsdlEndpointConversionContext context) { // The MessageEncodingBindingElement is responsible for ensuring that the WSDL has the correct // SOAP version. We can delegate to the WCF implementation of TextMessageEncodingBindingElement for this. TextMessageEncodingBindingElement mebe = new TextMessageEncodingBindingElement(); mebe.MessageVersion = this.msgVersion; ((IWsdlExportExtension)mebe).ExportEndpoint(exporter, context); } #endregion } #endregion }

  • Where are attachments stored in oracle apps

    In Oracle Apps, there is a facility to attach some documents, images etc to person record. The details of these attachments are stored in fnd_attached_documents. But where is the actual document stored in Unix Box?
    Thanks,
    Sushma

    Hi user;
    Please check :
    http://oracleappstechnology.blogspot.com/2008/02/fndattacheddocuments.html
    As you can see in upper links FND_ATTACHED_DOCUMENTS is one of the largest tables in terms of number of rows. It contains reference of all attachments from all the iModules like iRecruitment, iSupplier, iSourcing etc. Here's the structure of the table
    Its mean the information keep in table,its mean it keep in data_top on unix/linux site
    Also check:
    Where are Employee Documents of Record Stored? [ID 552806.1]
    Regard
    Helios

  • What are the differences between Oracle Service Bus 10g and WLI 10g?

    Hi,
    To me both Oracle Service Bus 10g R3 and Weblogic Integration 10g seem to offer the same functionalities for implementing an enterprise middleware.
    I would be grateful if someone could:
    1. provide me with the two products' differences.
    2. describe what their roadmap is?
    3. what are their positioning in the Oracle product catalog? Are they both members of Oracle SOA Suite? Fussion Middleware?
    Thanks a lot,
    Best regards,
    Babis.

    Thanks everyone for taking the time to reply,
    Eduardo: the answer to your questions are that all the flows will be short-lived but if we can make long-lived flows then we might consider developing them. We would need to persist the state of the flow somehow.
    I understand that some of our requirements would be better accomodated by WLI or bpel but we don't have an option but only to use OSB.
    So, do you think we could overcome the stateless nature of OSB by:
    1. writing to appropriate tables and reading from there and calling plsql procedures from the flows
    2. using JMS queues.
    In detalis:
    1. Regarding the writing/reading from Databases (in our case it would be oracle 10g R2 - probably RAC), is there something like a Database control in WLI, which we could use in OSB? What i have seen are using xquery execute-sql function or a JCA DB adapter but both of them seem to me not very easy to use. Is there another option?
    2. Regarding the JMS, in case that i want:
    a service that writes to a JMS queue what are the servicetype and transport that i should use?
    a service that reads from a JMS queues what are the service type and transport that we should used?
    Any information that you may share with me in the design and implementation of the above would be great.
    Thanks a lot.

  • Oracle Services are not removed from system (10g, on Windows 2003)

    Hi,
    I haven't used Oracle on Windows Os before and not sure what to do.
    Here is what happened
    1- I installed 10g on windows 2003 server, created a database with service name OPER
    2- I was unhappy with the installation and removed it.
    3- then I installed Oracle 10g software again, creating a database again which has name IZROPER
    now, there are two of every oracle service in the services.msci
    service names containing the first db's (OPER) are still showing up in services, how can I remove them?
    ORACLEDBCONSOLEoper
    OracleJobSchedulerOper
    OracleServiceOper
    etc..

    start -- run -- > regedit
    In regedit mode --> HKLM -> SYSTEM -- currentcontrol set --> services --> here Oracle services are avilable , you can delete from here.

Maybe you are looking for

  • Data level Security issue in obiee 11g

    Hi, We are trying to implement data level security, let me explain the issue The requirement is, we have 7 schools and each school has one principle , there will be a Superdintent who has 3 schools under him. so now when each principle logs in to das

  • How to get the Output File Name as One of the Field Value From Payload

    Hi All, I want to get the Output file name as one of the Field value from payload. Example: Source XML <?xml version="1.0" encoding="UTF-8" ?> - <ns0:MT_TEST xmlns:ns0="http://sample.com"> - <Header>   <NAME>Bopanna</NAME>   </Header>   </ns0:MT_TEST

  • Business Area is not  pulling for Balance Sheet Accounts

    Hi, For few Balance Sheet GL Accounts (From MM side), Business area is not pulling while doing MM Cycle. For other Balance Sheet GL Accounts (From MM side), system is pulling the Business area by default. I have checked all the Field Status Group con

  • Why do I have a continuous drum beating sound ?

    One thing that us bugging me every now and then is the *_continuous drum beating sound_* ? It happen when I tried to click on the orange circle on the top right in the Safari window to make it go down to the dock. Or when I open up the preference win

  • Help with how to setup property list correctly

    I am developing an iPhone application and I need a database to store data. Since it's small amount of data I'll go for Property List. But I have zero experience with it. I was hoping you could help me set it up. It's an app based on karate techniques