Anyone? Store procedures

Good afternoon everyone,

I created a stored procedure in SQL for:

< name cfquery = "rsDisposition" datasource = "#REQUEST.datasource #" >
SELECT tlkp_Defects.Defect_Title,
Sum (case when tbl_Assembly_Holds.Disposition_ID = 1 Then 1 else 0 end) FixedOnLine,
Repair of Sum (case when tbl_Assembly_Holds.Disposition_ID = 2 Then 1 else 0 end),
Sum (case when tbl_Assembly_Holds.Disposition_ID = 3 Then 1 else 0 end) Scrap

Of
tbl_Assembly_Holds
Join tlkp_Disposition on tbl_Assembly_Holds.Disposition_ID = tlkp_Disposition.Disposition_ID
Join tbl_Assembly_Hold_Defects on tbl_Assembly_Hold_Defects.TagNumber = tbl_Assembly_Holds.TagNumber
Join tlkp_Defects on tbl_Assembly_Hold_Defects.Defect_ID = tlkp_Defects.Defect_ID
WHERE
tbl_Assembly_Holds.Record_date between "#FORM.dateFrom #" and "#FORM.dateTo #".
GROUP BY
tlkp_Defects.Defect_Title
< / cfquery >

I'm trying to call from CF8 but I get errors, here is my code:

< cfstoredproc procedure = "defect_yield" datasource = "#REQUEST.datasource #" >
< cfprocparam type = 'IN '.
CFSQLType = CF_SQL_DATE
value = "#FORM.dateFrom #" >
< cfprocparam type = 'IN '.
CFSQLType = CF_SQL_DATE
value = "#FORM.dateTo #" >

< / cfstoredproc >

Any ideas on how to make this work? I want to convert most of the queries to stored procedures.

Thanks in advance,

DJ Khalif

Defect_yield procedure has no parameters and arguments were provided.

ALTER PROCEDURE. [defect_yield]

(No settings here)

AS

SELECT

As the error message said, you pass two arguments (#FORM.dateFrom # and #FORM.dateTo #) int, but your procedure does not provide everything. If you want the variable dates in the procedure, you must add these parameters to your procedure declaration

ALTER PROCEDURE. [defect_yield]

@DateFrom DATETIME,

@DateTo DATETIME

AS

SELECT

.....

WHERE productDetails

. dbo.tbl_Assembly_Holds.Record_date between

"productDetails.dbo.tbl_Assembly_Holds.Record_date" and

'productDetails.dbo.tbl_Assembly_Holds.Record_date '.

GROUP BY...

Once you add parameters, you can use these SQL variables within the query of the procedure, as well as in your original cfquery. More or less.

WHERE the tbl_Assembly_Holds.Record_date between @DateFrom AND @DateTo...

Tags: ColdFusion

Similar Questions

  • Does una store procedure da labview

    Ciao,.
    qualcuno, its como tell if fa ad does all'interno del codice labview una store procedure che UN di sql server projects?

    Grazie,
    Giuseppe

    Thank you

    I solved with this example

    http://digital.NI.com/public.nsf/allkb/07FD130746083E0686257300006326C4

  • Store procedure

    Hi expert CV.

    I recently bought printer all-in-one deskjet ink advantage 1515, I already used it for about 1 week & I have no problem with this product so far. I'm not do so many activities print, maybe I'll print in 1 or 2 weeks with only 2 to 5 paper and just on the weekend only. And my question is, to 5-6 or 12-13 days without activities, no power status and the power unplug of power is it damage the ink or other component?

    In my opinion, ink dries but there is perhaps more of that in my mind. If anyone knows anything you can give me help & suggestion about filing.

    Thank you.

    The printer will automatically "cap" cartridges when the printer is off of the power switch of the printer.  Store the printer for a few weeks or a month should not be a problem.

    Personally I suggest you leave the printer plugged into a decision-making power, but with the printer off.  If the printer is disconnected before the cartridges were lucky enough to Park properly in the capping station could dry out the cartridges.

  • Installation of remote control attachment Store procedure

    I installed our remote store of the attachment on the same physical server as the backend MySQL DB. The procedure I used was to install the component of CalDav (v7.2 - 4.19) of CommsSuiteR7u2. I ran then set up as, but no init-config. What is the correct procedure? It seems to work very well. The problem is that it cannot be corrected, until 142785 Patch- 05 for the last calendar code (v7u2-5, 06). The Patch will not install because the prepatch script will fail.

    Checking installed patches...
    Executing prepatch script...
    -The fix requires the saveState to a previous installation file
    ....
    The prepatch script came out with the return code 1.

    So, what is the procedure to install and patch a remote store of the attachment?

    This case of installation is not handle properly in the patch prepatch script. I'll file a bug for this. Meanwhile, follow these steps:
    1. on the host to store remote attachment, stop - as
    2 copy the /lib/jars/ashttpd.jar to the host of the calendar server where you have the latest patch applied to the host of remote attachment store
    3. on the host to store remote attachment, start - as

  • How do I deploy on production server store procedure

    Hi all

    I want to move and upgrade packages over 10 to 12 procedures of my test to production server server. There are 7 Db servers, I want to put up-to-date. I do this by manually opening the package and then paste the content of proc and then compile. So he take me a lot of time. I would like to know the deployment procedures. Then I can buy some time. Perhaps as batch files or...

    Thank you for your time and concern
    DBMS:Oracle 10 g
    Application server OS: Microsoft 2003 Server
    database server: Linux
    DB tool: developer pl/slq
    Application: Asp.net technology

    Concerning

    Jim.

    Put your packages in a file, for example. my_package1. SQL, my_package2.sql etc.

    Then create a script to output (for example. call_packages.sql) as:

    Prompt Updating my_package1
    @@my_package1.sql
    
    Prompt Updating my_package2
    @@my_package2.sql
    
    ...
    

    Then write your final script (release.sql):

    Prompt Connecting to database 1
    connect schema\schema_password@db1
    @@call_packages.sql
    
    Prompt Connecting to database 2
    connect schema\schema_password@db2
    @@call_packages.sql
    
    ...
    

    Then you connect to SQL * Plus, make sure that you are in the right directory where your scripts are stored and executed: @release.sql

    You can add your script finishes queue results in a log file, if you have a record of the output, or set up passwords to database etc. If you wish.

  • How the procedure call stored procedure Store and no need to wait for the answer?

    There are two store procedure, sp1 and sp2, sp1 include sp2.


    If I have that sp1call but sp1 sp2 don't neet to wait the response of sp2, sp1 sp2 simply start and countinue to run the following command.

    How do I do?

    submit a job (DBMS_JOB) which sp2 excecutes in an autonomous transaction (which starts the task immediately)

  • NullPointerException when calling stored procedure

    I have the stored procedure

    create or replace PROCEDURE GREETING_PROC

    (

    TEXT_PARAM IN VARCHAR2

    MSG_TEXT VARCHAR2 OUT

    ) AS

    BEGIN

    MSG_TEXT: = "Hello" | TEXT_PARAM;

    END;

    My stored procedure call method

    public class UserBean {}

    public UserBean() {}

    Super();

    }

    Public Shared Sub main (String [] args) {}

    UserBean userBean = new UserBean();

    userBean.callP ();

    userBean.callStoreProcedure ();

    }

    public void callStoreProcedure() {}

    CallableStatement st = null;

    SysUser SysUserEOImpl = new SysUserEOImpl();

    try {}

    String sql = "BEGIN GREETING_PROC (: TEXT_PARAM,: MSG_TEXT); END; « ;

    St = sysUser.getDBTransaction () .createCallableStatement (sql, sysUser.getDBTransaction (). DEFAULT VALUE);

    st.setObject ("TEXT_PARAM", "Scoot");

    st.registerOutParameter ("MSG_TEXT", Types.VARCHAR);

    St.Execute ();

    System.out.println ((String) St.GetObject ("MSG_TEXT"));

    } catch (SQLException e) {}

    throw new Aexception.getLocalizedMessage (e);

    }

    }

    then I got an exception:

    Exception in thread "main" java.lang.NullPointerException

    at cic.opsi.model.bean.UserBean.callStoreProcedure(UserBean.java:35)

    at cic.opsi.model.bean.UserBean.main(UserBean.java:27)

    Hello

    What statemet is UserBean.java:35)?

    Second, create a new SysUserEOImpl()!

    If you want to call stored proc, put the java code calling stored proc in ViewRowImpl/ViewObjectImpl/ApplicationModuleImpl and export this code in the customer interface. Then put this method in the pageDef as a call him as an OperationBinding

    Zeeshan Baig blog: the PL/SQL procedure call and function in the Oracle ADF application

    Extending the functionality of the components Business

    ADF/OFA for Oracle Techies: ADF call stored procedure with Out parameters

    Latest Oracle technology: call Store procedures for Oracle ADF Application

  • PL SQL Stored Procedure help

    Hello
    I'm new to the development of Oracle.
    I have the following scenario for which I need your help/suggestions to write a stored procedure.
    A load process in a table unfolds with about million files once a month.
    I have a LOG Table to record the events of job loading IE when it starts, when it stops, status etc. with the following columns

    job_name, job_status, start_time, end_time, date, flag

    work focuses on the work that is in charge of the table.
    Based on the values in this table, I want to develop a stored procedure sql pl verifies the status of the job and does the following

    When the flag = R (assume for running job) set it to run the job again as 1 hour later... if its still ongoing then 1 hour later... so now up to 5 trys
    = F (Finished)
    = E (error problem) launch the load immediately

    The flag State values noted above are not binding... values just to give you an idea... all the other variables to use to store procedure or any new passes in the table... .suggestions are welcome for these values as well.
    Basically, I would like the stored procedure to be called at some point... say SUNDAY at 06:00 and check the STATUS of the INDICATOR/table newspaper column and run.

    In short, I like the pl sql store procedure to use table to log and monitor the loading process.

    Structure/Basic code stored procedure for this requirement or a stored procedure that you have met similar requirements are welcome.

    Thanks in advance.

    Published by: user13517642 on March 23, 2011 13:28

    Published by: user13517642 on March 23, 2011 13:29

    Your process or procedure shud look like - [not tested]

    DECLARE
       l_flag   LOG.flag%TYPE;
    BEGIN
    
          SELECT flag
            INTO l_flag
            FROM LOG
           WHERE job_name = p_job_name;
    
       WHILE l_flag = 'R'
       LOOP
          DBMS_LOCK.sleep (3600);   --3600secs in 1hr
    
          SELECT flag
            INTO l_flag
            FROM LOG
           WHERE job_name = p_job_name;
       END LOOP;
    
       IF (l_flag IN ('F', 'E'))
       THEN
            --<>
       END IF;
    END;
    

    Look at the following to find out how to plan work-

    http://www.oradev.com/dbms_scheduler.jsp

    Published by: Sri on 23 March 2011 14:10

    Published by: Sri on 23 March 2011 14:11

  • stored procedure help!

    Hello world

    I want to be able to store data in a database using a form.

    A stored procedure has been created to insert parameters in a database table. I am told that I can trigger a sql script with the name of the store procedure followed by the my HTML form parameter.

    I don't know how I'd go all trigger the SQL script in HTML. I am using asp and dreamweaver.

    I never did that before and I'm really stuck! Any help or advice are appreciated!

    Thank you very much

    You don't mention which language you are using. In any case, use a command object to execute a stored procedure:

    http://support.Microsoft.com/kb/164485

  • How to overcome the problem of classification in mssql. for every database we can have different rankings?

    I'm having the problem of the rankings with database. When I run the script from db, it gives the error of the variables in the store procedures, functions, triggers this scalar variable must be declared even if its, n as soon as I write with a similar case in all place for variable with which I get error this error go. but the entire database is like this how can I change the case thanks to the DB. Is there any solution for this... If anyone knows about it please give your feedback... Thank you

    This forum is not for asking database questions.

    See the SQL Server here forum: http://social.technet.microsoft.com/Forums/en-US/category/sqlserver.  SQL Azure forums are here: http://social.technet.microsoft.com/Forums/en-US/ssdsgetstarted/threads

  • How to start the view off of the ref cursor Oracle as input/output param

    Hello world

    We use JDev 11.1.2.3 WL 10.3.6 and Java 7.

    We are at the beginning of our transition from Oracle Forms to ADF.  We have a very large forms that uses many store procedures that have IN/OUT ref Cursor parameters and tables plsql.  I tried to find information on best practices to achieve, but only seemed to find tutorials on SEO of the Oracle ref Cursor return functions.  I hope we don't have to rewrite our code of database to work with ADF.

    This is an example of a proc currently a block on a form based on directly

    The ref cursor parameter is input/output to satisfy the way the form handles this type of paradigm.

    ADF we want I hope to reuse these procs existing (without the need to wrap/overload them) on the basis of the display objects.

    Example:

    / * my record type which houses the information I want to go back * /.

    TYPE rec_hist_vacpac_status IS RECORD)

    rec_order NUMBER (5),

    rec_rownum NUMBER (5),

    return_column SAM_VACPAC.vacpac_status%TYPE,

    rec_login_id SAM_VACPAC.ins_user%TYPE,

    status_date SAM_VACPAC.status_date%TYPE

    );

    / * Sets the ref cursor type * /.

    TYPE lcur_hist_vacpac_status IS REF CURSOR;

    / * This is a procedure that would take some info link go / return

    Return the ref cursor of this information as an in / out * /.

    PROCEDURE prc_myinfo_refcur)

    pnum_identify_seq_id in NUMBERS

    pcur_myinfo IN OUT lcur_hist_vacpac_status);

    Can anyone point me in the right direction on documentation on this?

    Thank you!

    Hi Cemerson:

    See this example:

    1. 1. create a TYPE as an object

    CREATE OR REPLACE

    TYPE GOTYOB_EQUI

    AS AN OBJECT

    (

    CDELEM VARCHAR2 (50).

    TIELEM VARCHAR2 (2)

    );

    1. 2. create a TABLE TYPE AS

    CREATE OR REPLACE

    TYPE GOTYTA_EQUI

    AS THE GOTYOB_EQUI TABLE;

    1. 3 create a function, it returns the TYPE of the TABLE

    FUNCTION fn_equiposarriba)

    pa_cdelem IN VARCHAR2,

    pa_nucomp in NUMBERS

    pa_anperi in NUMBERS

    pa_meperi in NUMBERS

    )

    Gotyta_equi RETURN PIPELINED IS

    CURSOR trae_equimani (va_cdelem VARCHAR2) IS

    SELECT cdelem, tielem, cdelempadr,

    (SELECT cdequi

    Of evm_alim

    WHERE anperi = eq.anperi

    AND meperi = eq.meperi

    AND nucomp = eq.nucomp

    AND cdalim = eq.cdalim) cdalim

    Of evm_equimani eq

    WHERE anperi = pa_anperi

    AND meperi = pa_meperi

    AND nucomp = pa_nucomp

    AND cdelem = va_cdelem

    AND cdelempadr <> cdelem

    AND tielem <> 'A ';

    equimani trae_equimani % ROWTYPE;

    va_cdalim VARCHAR2 (100);

    BEGIN

    -Loading los equipos aguas arriba

    WHILE equimani.cdelempadr IS NOT NULL LOOP

    OPEN trae_equimani (equimani.cdelempadr);

    equimani: = NULL;

    SEEK trae_equimani INTO equimani;

    CLOSE Trae_equimani;

    IF equimani.cdelem IS NOT NULL THEN

    PIPE ROW (gotyob_equi (equimani.cdelem, equimani.tielem));

    END IF;

    END LOOP;

    RETURN;

    END;

    1. 4 SQL Query with the help of the function... you can use this SQL in a display object

    SELECT

    *

    Of

    TABLE (gopq_eventos.fn_equiposarriba (' F-SCZ-043-103', '))

    1,

    2013,

    6

    )

    )

    Best regards, Marcelo

  • Problems Linux - instance of stop - start instance.

    Hello

    I don't know if anyone has had this problem before, I read in some messages and have not found a solution.

    I have install Oracle 11 g on a Fedora box and a box of Ubuntu. In both I have the same situation.

    After the installation of Oracle, I can work with it without any problems, create the table, users, views, store, procedures, etc, etc...

    I have a problem when I try to shut down the instance. When I do cela the listener no longer works, and therefore, I can not start the instance. The only way I can do is start 'EM and start the instance with her...

    Here's what I have:

    * 1. I have check the listener: *.

    Oracle@HP:/U01/app/Oracle/product/11.2.0/dbhome_1/bin$. / lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on August 24, 2010 12:52:34

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

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start date August 24, 2010 10:08:01
    Uptime 0 days 2 h 44 min 32 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file
    The listener log file /U01/app/Oracle/diag/tnslsnr/HP/listener/alert/log.XML
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))
    Summary of services...
    Service "orcl" has 1 instance (s).
    Instance "orcl", State LOAN, has 1 operation for this service...
    Service 'orclXDB' has 1 instance (s).
    Instance "orcl", State LOAN, has 1 operation for this service...
    The command completed successfully
    Oracle@HP:/U01/app/Oracle/product/11.2.0/dbhome_1/bin$


    Then I start sqlplus and connect as sysdba:

    Oracle@HP:/U01/app/Oracle/product/11.2.0/dbhome_1/bin$. / sqlplus/nolog

    SQL * more: Release 11.2.0.1.0 Production on Mar 24 12:53:15 August 2010

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

    SQL > connect sys@orcl as sysdba
    Enter the password:
    Connected.
    SQL >


    And I stop the instance

    SQL > shutdown immediate
    The database is closed.
    The database is dismounted.
    ORACLE instance stops.
    SQL >

    I have check the listener again (notice that there more my service):

    Oracle@HP:/U01/app/Oracle/product/11.2.0/dbhome_1/bin$. / lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on August 24, 2010 12:54:43

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

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start date August 24, 2010 10:08:01
    Uptime 0 days 2 h 46 min 42 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file
    The listener log file /U01/app/Oracle/diag/tnslsnr/HP/listener/alert/log.XML
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))
    The listener supports no services
    The command completed successfully



    and that's why, when I try to start again:

    SQL > startup
    ORA-12514: TNS:listener is not currently of service requested in connect descriptor
    SQL >


    =========================

    More information:

    * / etc/oratab: *.

    ORCL:/U01/app/Oracle/product/11.2.0/dbhome_1:Y


    ORACLE_HOME/network/admin/TNSNAME.ora

    tnsnames.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.

    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))


    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    )
    )


    ORACLE_HOME/network/admin/listener.ora

    listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.

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

    ADR_BASE_LISTENER = / u01/app/oracle


    Any help will be greatly appreciated!

    Add the following lines to listener.ora

    SID_LIST_LISTENER =
      (SID_LIST =
         (SID_DESC =
             (SID_NAME = orcl)
             (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
            )
      )
    
  • Toshiba Portugal

    Good afternoon

    I live in the municipality of Sintra, 26/12/2006 bought at Media Markt of Sintra, a Toshiba laptop computer.

    I in April 2010 was a malfunction with the laptop and I went to Media Markt in Sintra.
    Media Markt in Sintra told me a few months ago will receive computers (both were under warranty or not) and sent to Toshiba. But do not now receive computers (with no warranty or guarantee) because Toshiba has changed its procedures. I have two years (more correctly em18-02-2008) had a failure in the CD player and a laptop, I went to Media Markt of Sintra and they remained with laptop and had to organize.

    The 14/04/2010 as it had damaged the computer should now go to authorized Service Toshiba - large Quinta (AV 30 days Urb Quinta Grande Quinta Grande - Alfragide Amadora 2610-161 - Portugal).

    I sent several e-mail to Media Markt to the Portugal Sintra two to Toshiba. And said Media Markt Sintra finished with services because she had changed procedures to Toshiba and Toshiba to the Portugal said it was decided that the Media Markt end with these procedures.

    Point 1) I want the above mentioned situation is clarified. For this I ask you to read the below email and draw your conclusions.
    Point 2) I wonder why the district of Lisbon it is only the authorized Service centers in the municipality of Lisbon and Amadora municipality? The rest of the district has no importance? For example those who cannot travel to Lisbon and Amadora cannot repair your laptop to a Service Center? In a neighborhood with a high population density in the Lisbon District think that Toshiba has more than an authorized Service Center.
    Point 3) I suggest you open a Service Center authorized in the municipality of Sintra.
    Point 4) I wonder why Toshiba Portugal and Service Center authorized Quinta Grande do not have a provider of the customer? I suggest that you create the figure of the Ombudsman. Or you do not seek the opinions of the customers / consumers?
    Point 5) I think that the site and the site http://www.toshiba.pt/ http://www.quintagrande.com/ must be a space where customers can leave their complaints and suggestions.
    Point 6) Toshiba Portugal has the phone number 707 265 265. I called this number and had a lot of time waiting to be served. There was also a Friday, I tried calling several times this number and simply gave an error, it was as if this number does not exist. Toshiba will advise Portugal to improve this service.
    Point 7) I think that the site and the site http://www.toshiba.pt/ http://www.quintagrande.com/ that there should be a small card with the location Quinta Grande authorized Service centers so that customer service can cope better.

    E-mail:

    June 3, 2010 Media Markt Sintra has sent the following e-mail:
    "Good afternoon Mr. James Adams,
    Thank you for choosing this method of contact.
    Who send a Toshiba brand equipment for repair are not possible in our services, required by the manufacturer.
    If the 24-month warranty period should be the final customer to request the service through Toshiba 707 265 265 assistance line. "

    Toshiba June 15 has sent the following e-mail:
    "Caro b James Adams
    Please contact Toshiba. Your ticket is [# 70136558].
    As explained above, Toshiba has nothing to do with the stores procedures. If the stores receive no or machines, is a procedure of the store and not Toshiba.
    Also shows it in what situations is a technician at Toshiba a customer site: only when we bought the equipment with on-site assistance extended warranty. There is no service to the Toshiba which are charged 15 for a technician to the customer's home.
    Toshiba has no store. Toshiba has an authorized Service Center. These centres are defined in http://www.toshiba.pt/assistencia.
    All our services have been clarified and the guarantee conditions in their manual and on our Web site.
    Details on store procedures that States must be provided by store and by Toshiba, then you should refer your questions to them.
    Concerning
    Reis João Cerveira

    June 16, 2010, Media Markt Sintra sent the e-mail:
    "Good night, Mr. James Adams,
    In response to your question that, since April 1, 2009, with respect to technical assistance services, TOSHIBA has made available through its CAT - Toshiba Service Center, a system of support, collect-and-delivery or assistance take place in case of failure, that they plan to be used by all users regardless of the place and the date of purchase. The purpose of these needs directly, assume full responsibility for after-sales service, minimizing the costs of time and support and the repair of all equipment of the TOSHIBA brand.
    Interventions inside and outside the warranty period is always the possibility of being sued in the present, or any other group of store, with the final customer to bear the costs of the mediation and transport of this particular store is worth 50, it plus any expenses provided for by the manufacturer.
    We are available for more details
    Best regards.
    Miguel Horta
    Customer Service / Customer Support. "

    06/29/2010 Media Markt Sintra has sent the following e-mail:
    Hello
    The suggestion / decision was part of the brand and not the store.
    Sincerely,
    Rita March
    After sales service / Technical Support

    Note: After reading the notice by e-mail that sends a Toshiba brand equipment for repair are not possible in the offices of Media Markt, on the instructions of the manufacturer. If it isn't true, I ask for this shipment of Toshiba for me and the Media Mark Sintra, irrefutable evidence that it is a lie.

    I hope I can give references to this e-mail. I hope that these complaints and these suggestions aren't in the drawer.
    Sincerely, James Adams.

    A FEW FACTS:
    Media Markt to Sintra?
    Site: http://www.mediamarkt.pt/
    E-mail: @ saturn.com media - mm.info.sintra
    Address: Sintra Retail Park - Shop 4 - very high 2635-047 Rio de Mouro - Portugal
    Phone: (351) 210 098 100, (351) 210 098 171 / 3 / 4, Fax: (351) 210 098 119, 210 098 169 (351)

    Toshiba Portugal?
    Site: http://www.toshiba.pt/
    E-mail: [email protected], [email protected], [email protected]
    Address: Building of the Park of the Lakes 1 - Piso 3 2740-264 Porto Salvo

    Quinta? Large
    Site: http://www.quintagrande.com/
    E-mail: [email protected]

    Hello

    I m not the Portugal, so I can't say anything about your problem
    But I had a problem with my laptop in the past and the ASP in my country has been very useful and could help me the laptop fixed me and guaranteed covered everything.

    I'm happy with Toshiba ASP and how my business was managed in the past.

    Good luck to you...

  • My Qosmio G30 going slower and slower

    My G30 seems to get slower and slower - can anyone recommend procedures or software that can release to the top/optimize or accelerate my lap top.

    Thank you very much. Ron

    Hello Ron

    Can you please tell me what you mean exactly as slower and slower? Returns to the slow start or laptop computer runs slowly while you perform a certain operation?

  • requirement of dbms_scheduler admin privileges

    I have a requirement to run a procedure stored at the end of each month and want to use dbms_scheduler to plan the execution of store procedures. I understand that it is possible to use dbms_scheduler to schedule the stored procedure... My question is if I want to use dbsms_scheduler do I do any admin installation? The version of oracle 11g database is

    Jitendra says:

    Should have the Execute privilege to run DBMS_SCHEDULAR.

    Oracle gives to everyone by default:

    SQL > select the beneficiary, the privilege of dba_tab_privs where table_name = 'DBMS_SCHEDULER ';

    HOLDER OF PRIVILEGE
    ------------------------------ ----------------------------------------
    PUBLIC PERFORMANCE
    RUN ORACLE_OCM
    RUN EXFSYS

    SQL >

    SY.

Maybe you are looking for

  • Qosmio G20 does not start

    Hello Something is happening with my Qosmio G20.Sometimes when I connect the plug to the computer the DC IN indicator flashes orange and the pc does not start.A few hours later I try again and now DC IN indicator shows blue and I can boot my pc and I

  • I get a message in Windows Live Hotmail stating that my Inbox is full, but I have only 4 messages.

    Hi I keep getting a message that my Inbox is full, but I don't think 4 messages in the Inbox, I emptied all the other boxes that is spam, sent, etc. Someone has experienced this problem and how it can be corrected. original title: complete Message fr

  • How to uninstall the software with panoramas you?

    Simple question... How do uninstall you the software using the operating system of panoramas?  Under XP, I went to control panel, then add / remove programs, but I don't see such an option in the control panel Vistas.

  • Wave video 7 has stopped working.

    I've been using Roxio Creator 8 make a DVD. I could not continue because the 'wave of video 7' has stopped working.Help, please.(I use Windows 7 Pro. and use Firefox for my browser.)

  • No data to display

    simple demo can be run in weblogic, but when it is deployed to Glassfish, it shows "no database selected".JDeveloper (12.1.3) 12 c, GlassFish 3BC4J.xcfg:<? XML version = "1.0" encoding = "UTF - 8"? >"< BC4JConfig version ="11.1"xmlns ="http://xmlns.o