Calling script server via sqlplus?

Hello

Is it possible to call a script server to a client via sqlplus? I need to call a script placed on the server, the client — to activate additional features; I am able to connect to the db, and I have all privileges.

Kind regards
Bart Dabr

BD wrote:
Hello

Is it possible to call a script server to a client via sqlplus? I need to call a script placed on the server, the client — to activate additional features; I am able to connect to the db, and I have all privileges.

Kind regards
Bart Dabr

use DBMS_SCHEDULER

Tags: Database

Similar Questions

  • BlackBerry, call web services via the SSL protocol

    Hi guys,.

    We are developing an application BlackBerry to OS 4.1 and we test it on the 8330.  This application calls several web services on a remote server via the SSL Protocol (side).  There is a valid certificate from Entrust installed on the remote server - it works properly with all major desktop browsers.  The certificate has not been installed on the BES - is it necessary?  Some BlackBerry devices will be linked to a company BES, others not.

    When the application calls the web service, a window opens with the following message: "you try to open a secure connection, but the server certificate is not approved."  Continue to push works fine, but the window opens again a few moments later.  Pushing view certificate indicates that the certificate is considered invalid ('unverifiable Cert chain').  The same information is given when you navigate to the certificates of the aircraft.  Certificate trust pushing watch a 2nd window asking you the key Store password, which we are not aware of.

    You guys can help us with this?

    Thank you!

    We have solved the problem.  It seems that the BlackBerry device is having a hard time with a certificate signed by the Entrust 2048 bit root certificate.  Give us a new intermediate certificate signed by their 1024-bit root certificate, which we have installed on our Apache server.  While the window 'certificate is not approved' arises at once, pushing "Continue" worked and it never came up again.  To do this, it will probably install the certificate on the BES, something we don't have yet.

    Thank you for taking the time to answer!

  • cannot access 11 GR 2 locally via sqlplus or OEM.

    I have a windows 2008r2 Server [computer 3]. I installed the Oracle 11 g 2 on this server, the SID is [orclvm3]. (almost all default option)

    Now when I connect computer server [3], I can't access the database via sqlplus
    c:\ > sqlplus sys/syspassword@orclvm3 as sysdba
    error message: ORA-12154: TNS: could not resolve the connect identifier specified.

    On the server, I tried opening the page https://localhost:1158 / em. I can connect, but I don't see the server status in the 'home' tab, it shows: agent unreachable. quite strange in "server" and the "schema" tab, I see all the tables and users.

    On another pc [pc1], I have no problem to query the tables through sqldeveloper! But even that OEM open from the local server, can not see the server status in the OEM https://vm3:1158 page / em.

    is someone can you please tell me what is the problem? I was thinking tnsname.ora, but someone told me that an Access db locally don't use tns.

    You must create a listener and tnsnames.ora files if you want to connect as a client.

    Port listening on the server and the tnsnames.ora on the client computer where you want to connect from.

    http://PIC.DHE.IBM.com/InfoCenter/clmhelp/v3r0m1/index.jsp?topic=%2Fcom.IBM.rational.RCPR.help.doc%2Ftopics%2Ft_create_oracle_service_listener.html

    Check the answer if you got your solution to your question.

  • Can connect to local DB via SQLPlus but not via SQLDeveloper, all incl.

    A database running on a new local Windows 7 professional Machine with data, users, an import from db etc. Able to access the database via sqlplus, run queries, etc. Unable to run Oracle SQL Developer. Try to use connection base Type, hostname localhost, port * 1521 *.

    Using SID = xe , I get:
    Status: Failure-Test failed: listener refused the connection with the following error: ORA-12518, TNS:listener could not hand off client connection connection descriptor used by the client has been localhost:1521:xe

    When I add a service in my file listener.ora for sid_name = xe and program_name = xe (which I include below), I get
    ORA-12518, TNS:listener couldn't hand off client connection. The connection descriptor used by the client has been localhost:1521:xe

    Using the name of the Service = xe , I get:
    Status: Failure-Test failed: IO exception: the network adapter could not establish the connection.

    Here is every piece of information I think you might have to help me with the problem. [I tried to find a solution on these forums so I hope I've not messed my settings even more than before.]



    TNSNAMES. ORA (XE is the name of my local database):
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (CONNECT_DATA =
    (service_name = XE)
    (SERVER = DEDICATED)
    )
    )

    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC_FOR_XE))
    )
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    )
    )

    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC_FOR_XE))
    )
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )
    )



    LISTENING PORT. ORA
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (= Extproc PROGRAM)
    )
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (= Extproc PROGRAM)
    )
    (SID_DESC =
    (SID_NAME = XE)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = XE)
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    )
    )

    DEFAULT_SERVICE_LISTENER = (XE)





    C:\Windows\System32 >sqlplus / as sysdba

    SQL * more: Release 10.2.0.1.0 - Production on Sun Apr 25 19:36:15 2010

    Copyright (c) 1982, 2005, Oracle. All rights reserved.


    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production

    SQL > select sysdate to double;

    SYSDATE
    - - - - - - - - -
    25 APRIL 10

    SQL > exit
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - production
    ction


    C:\Windows\System32 >tnsping xe

    AMT Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-APR-2
    010 19:43:02

    Copyright (c) 1997, 2005, Oracle. All rights reserved.

    Use settings files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora


    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhos)
    (t) (PORT = 1521)) (CONNECT_DATA = (service_name = XE) (SERVER = DEDICATED)))
    OK (20 ms)


    C:\Windows\System32 >lsnrctl services

    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on April 25, 2010 19:46
    : 20

    Copyright (c) 1991, 2005, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC_FOR_XE)))
    Summary of services...
    Service 'CLRExtProc' has 1 instance (s).
    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...
    Managers:
    "DEDICATED" set up: 0 denied: 0
    LOCAL SERVER
    Service 'PLSExtProc' has 1 instance (s).
    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...
    Managers:
    "DEDICATED" set up: 0 denied: 0
    LOCAL SERVER
    "XE" service has 1 instance (s).
    Instance "XE", status UNKNOWN, has 1 operation for this service...
    Managers:
    "DEDICATED" set up: 0 denied: 10
    LOCAL SERVER
    The command completed successfully

    Published by: user1966631 on April 25, 2010 16:59

    I think I know now what is the problem

    Stop listener

    stop lnsrctl

    Rename listener.ora out of the way.
    With Oracle V10 + it is no longer necessary

    lsnrtl start

    wait a minute or two

    lsnrctl service

    After that XE service is indicated by the above command then proceed as below

    sqlplus ccxreg/ccxreg@XE

    COPY PASTE & results both lsnrctl and sqlplus commands here

  • Help! Error 1047 to LabVIEW: LabVIEW failure of sending variable to the script server. Server

    Hi community, I have a problem with script labview matab, I have this problem:

    Error 1047 to LabVIEW: LabVIEW failure of sending variable to the script server. Server

    Possible reasons:

    LabVIEW LabVIEW: Cannot send the variable to the script server.

    We have some documents that mention possible reason why this error occurs, you might see if either of the following apply to what you see.

    http://digital.NI.com/public.nsf/allkb/8BEBC0C86541224286257AF300561B5E?OpenDocument

    http://digital.NI.com/public.nsf/allkb/2B3FF46C8512C4F786256CF30071BE53?OpenDocument

  • Not able to connect to the server via the AFN TCP

    Hi all

    After Googling carefully I finally decided to post my problem which is really sent me nightmares.

    In my application, I try to connect to a TCP server by using the operator of internet network and after the connection string

    URL = "socket: / /" + ip + ":" + port + ";" deviceside = true; connectionTimeout = 30000; APN =; tunnelauthusername =; tunnelauthpassword =; » ;

    I am able to connect to the internet using the phone's browser, but not able to connect to the TCP server via app.

    In my device APN authentication is disabled by default and the AFN, the name of user and password fields are white that's why I took these settings like white with a value in the connection string.

    When I try to connect via wifi network using the suite of string

    URL = "socket: / /" + ip + ":" + port + ";" deviceside = true; interface = wifi; connectionTimeout = 30000;

    I am able to connect to the server, but not in the case via the AFN.

    Please help me...

    I'm here just stuck and not finding a way out.

    Thank you

    Finally I found the solution to the problem...

    I used ConnectionFactory (network API) to connect to the TCP server and the used connection string is just

    'socket://127.0.0.1:8089 '.

    No need to specify the APN, user name, and password.

    Here's the code used

                     ConnectionFactory connFact = new ConnectionFactory();
                      ConnectionDescriptor connDesc;
                      connDesc = connFact.getConnection("socket://127.0.0.1:8087");
    
  • is it possible, end point of video recorded in CUCM call standalon SX10 via SIP Trunk?

    Dear all,

    Need help :)

    1.

    is it possible, end point of video recorded in CUCM call standalon SX10 via SIP Trunk?

    my customers will not buy TP - lic :)

    Topology:

    8900 (jabber) - CUCM-(SIP) - SX10

    2.

    Customer, have MCU machine.

    If not possible. is it possible, meeting point of MCU use?

    Topology:

    8900 (jabber) - CUCM - MCU - SX10

    1. Yes, but it is not that simple and straightforward that the SX10 can be reached by calling is the public IP address and CUCM does not support the IP address numbering is not a SIP address format...

    2. Yes, using the MCU would be much simpler, easier and, in my opinion, a better solution to be implemented. Here is an example of how a stand-alone SX10 could dial the IP address of the MCU standard automatic.

    You can also assign a SIP URI address to the meeting point which the SX10 can connect to.

    /Jens

    Please note the answers and score the questions as "answered" as appropriate.

  • deploy a virtual machine for the model stored in EXSI server via the command line

    Hello

    Is it possible to deploy a vm from a template stored in exsi server via the command line?

    The structure is shown in the attached picture. I want to deploy the model under "Templates" folder to a virtual machine "VM" sub-folder by command line of any machine.

    structure.jpg

    Hello

    PowerCLI can help you achieve this goal. Using PowerCLI, you can deploy remote host model.

    Here is an example for the same.

    http://www.harryjohn.org/deploy-multiple-VMs-from-template/

  • connect via sqlplus sys

    I am trying to connect to via sqlplus sys, but I can't.
    I can connect to the other schema as HR, but not to the SYS. I don't know the password is correct because through developer sql for example.

    Can you help me please?

    Try this

    sqlplus/nolog

    sqlplus > Connect sys as sysdba
    and to give the password to...

    Take care..

  • Connector WFD SDK - how to call the server method?

    I use the FMS connector C++ to perform editing work. And I am obliged to call a method side server.

    I tried to use the INetConnection::call () method, but it seems to be successful.


    The specification of the server FMS told me to do,

    1. call the server method,

    NC. Call (streamname, null, "FCPublish");


    2. implement a callback function onFCPublsih

    nc.onFCPublish = function (info) {...}

    How can I implement the latter with FMS Connector C++?

    The FMS connector document include a subject too little on the method call server-side.

    WFD SDK connector, the netconnection call prototype looks like this.

    virtual bool call (const char * funcName, const unsigned char * arguments, unsigned size, OnResultHandler * result) = 0;

    Thus, you will have to serialize the arguments and then pass it to call the function.

    Check

    bool FMSCTester::testCall (const char * cmd, const char * arg)

    method in FMSCTester sample application that comes with the software development kit how to serialize and call the function.

    For Server callbacks, you have to implement a netconnection sink with the onCommand method is called when the server calls a method on the client.

    The onCommand prototype looks like this,

    onCommand Sub (const char * cmd, const unsigned char * arguments, unsigned bufLen, IRetValue * retVal)

    again, you can check the MyNCSink class in the FMSCTester sample project for an implementation of onCommand.

  • Call OS commands via script

    Is it possible to call commands from the BONE through the first script API?

    Basically, I would like to run a python script in the first, but I don't see any way to call a command from the operating system.

    After effects has the method system.callSystem, which might look like this:

    cmd = "from sb_pipeline import folderStructure; print folderStructure().

    Call the python script.

    var s = system.callSystem ("python - c" + "" "+ cmd + '"');

    alert (s);

    / Simon

    Not by ExtendScript, but the body panels may send lines of command to the operating system.

    https://medium.com/@HallgrimurTh/the-other-API-23357c99c774#.vq22hmit7

  • Ask a .jpg image in Indesign server via script?

    Hello

    I have a scenario in which I spend to use QuarkXpress Server to Indesign Server. With Quark Server I am able to request a jpg image to a quark Document. Basically, by providing the right parameters, I can get a JPG preview what a block the text box or picture looks like in the Quark Document.

    I need to do something like that with InDesign Server. Is it possible to write a script by specifying an Indesign Document and perhaps a TextFrameID or PictureFrame ID and get a rendering of JPG of it?

    I know that I can export the entire document in PDF format, but I need to be able to get images of texts related/pictureframes single or grouped management frames.

    Does anyone know if this is possible or how to proceed?

    Thanks in advance!

    -Lloyd

    Yes, there is an answer to your question

    --

    tomaxxi

    http://indisnip.WordPress.com/

  • Multimedia files can be moved to a ftp account using side script server fms?

    I need to move media files saved in my account of fms to some other ftp account. How can I achieve this through scripts side server.

    FMS is not built in FTP server, so I do not see a clear path to do with actionscript side server only.

    That said, I see a few ways to manage moving the file:

    1. If the target server is a server application that can make a connection FTP (PHP for example), you might use LoadVars to call a PHP program and let PHP pull down the file via ftp.

    2. you could try netservices and class File(). You can play the video file in a variable, and that post to a webservice AMF (AMFPHP for example) and at the service of the authority of the financial markets left to write file on the server target. If the file is too large to read into memory, you could read the beaches of bytes and send those bytes in separate queries for the service of the financial market authority (in this case, service of the authority of the financial markets would write the bytes to a file as they come.

  • Can I call another server (11.1.2.2) utilities planning?

    We organize our lot and MaxL scripts on a server separate from our Web server. This introduces the question, if I want to automate maintenance procedures and enable the planning of public services, I need to be able to activate the utilities from another server.

    ServerA is our Server Script Batch and Task Scheduler

    Server b is our webserver planning utility installed on the D drive.

    I want to call \\ServerB\D$\Oracle\Middleware\user_projects\epmsystem\Planning\Planning\MaintenanceMode.cmd from the command-line on the server has.

    ServerABatch.bat:

    CD /d % ~ dp0

    Set app = %1

    pushd \\ServerB\D$

    Oracle\Middleware\user_projects\epmsystem\Planning\Planning\MaintenanceMode.cmd /A=%app %, / u = user, p = password/he'S = ADMINISTRATORS

    popd

    MaintenanceMode.cmd:

    SET EPM_PLANNING_INSTANCE = Oracle\Middleware\user_projects\epmsystem\Planning\Planning

    Call "% EPM_PLANNING_INSTANCE%\setHPenv.bat".

    '% JAVA_HOME%\bin\java' % HP_JAVA_OPTIONS % % com.hyperion.planning.utils.HspMaintenanceModeCmd % JAVA_OPTIONS *.

    Question:

    It is, I get an error of bad Java because my HP_JAVA_OPTIONS directories are defined to reference the D: drive, but my command prompt on the server has is set to Y:

    Exception in thread "main" java.lang.NoClassDefFoundError: com/hyperion/planning

    / utils/HspMaintenanceModeCmd

    Caused by: java.lang.ClassNotFoundException: com.hyperion.planning.utils.HspMain

    tenanceModeCmd

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    The main class is not found: com.hyperion.planning.utils.HspMaintenanceModeCmd

    .  Program ends.

    Question:

    Any difficulty you can think?

    Here you go windows how do I stop/start a scheduled task on a remote computer programmatically?-stack overflow

    Concerning

    Celvin Kattookaran

  • Cannot access ESXi server via network

    Hello world!

    We have a HP C7000 Encolosure with 4 BL460c Gen 8 blades in front size of it. Back size of the C7000, we have 2 SAN Switch, 2 switch HP BLc GbE2c layer 2/3 and 2 Onboard Administrator Module.

    Everything is working fine with IP addresses like this:

    OA active:

    IP address: 172.16.0.253

    STANBY OA:

    IP address: 172.16.0.254

    Server Blade BL460c Bay 1:

    The IP address of the ILO: 172.16.0.10

    Server Blade BL460c Bay 2:

    The ILO IP address: 172.16.0.11

    BL460c blade Bay 9:

    The ILO IP address: 172.16.0.19

    Server Blade BL460c Bay 10:

    The ILO IP address: 172.16.0.20

    We can ping pc that connected to the port of ILO on Onboard Administrator (OA) IP addresses above. (I can it call PC MANAGE?)

    Continue, we access OA via Web https://172.16.0.253 use of , then Console integrated to control 4 Server blades. We have mounted image ESXi 5.1 U1 and successfully installed on 4 servers blade.

    We manually config IP address on each ESXi Server (like this):

    BL460c Server Blade on Bay 1 as server ESXi 1:

    IP address: 10.0.0.11

    BL460c Server Blade on Bay 2 as server ESXi 2:

    IP address: 10.0.0.12

    BL460c Server Blade on Bay 9 as a server ESXi 9:

    IP address: 10.0.0.19

    BL460c Server Blade on 10 Bay as a server ESXi 10:

    IP address: 10.0.0.20

    Now we can ping server to another server ESXi ESXi 1. I mean 4 Blade Server can ping together.

    BUT:

    -We can not ping servers to blade PC of manage (that PC connect to the port of ILO on OSTEOARTHRITIS. In this scene, MANAGE PCs has the IP 172.16.0.100/16)

    -We unplug the network cable from the port of iLO, then connect it to the port number 24 on HP BLc GbE2c LY 2/3 switch, then address IP of the PC to MANAGE the 10.0.0.100/24 value. Always the same, can only access servers

    Can someone explain to me how to access this server (ping, http, etc...). Do we have to config switch HP BLc GbE2c LY 2/3? We read many many guide on the HP website, but they have not mentioned about routing or switch to configure

    Thanks in advance!

    It's my mistake!

    My servers have 2 connections FlexLOM. That a connection has been enabled for 'network management' in ESXi. I do not understand, then I activated 2 connections. That cause outside the network can not access them.

    I just disabled a single connection and everything works perfectly.

    I thank everyone!

Maybe you are looking for