request on inactivating a job dbms_refresh

Hi all
We have a 11.2.0.2 base of windows that is running on a Win 2008R2. I feel bad how to kill two jobs in double that is activated in auto & is created automatically, even after using dbms_refresh.destroy. These red refresh the MView jobs every time.

. Need your expert advice how to permanently kill these jobs. Please notify.

Kind regards

Work, WHICH
-------- ------------------------------------------------------------
4418 dbms_refresh.refresh ('"NSG71".) "SUCCESSFUL_SUB20121108" ');
4419 dbms_refresh.refresh ('"NSG71".) "SUCCESSFUL_SUBMISSIONS" ');


SQL > SELECT refname, refowner, ref_child FROM sys.ku$ _refgroup_view;

REFNAME REFOWNER REF_CHILD (REFGROUP, REF_ADD_USER, REF_ADD_DBA)
------------------------------ --------------------------------------------------------------------------------------------------------------


SUCCESSFUL_SUBMISSIONS NSG71 KU$ _ADD_SNAP_LIST_T (KU$ _ADD_SNAP_T (3944, ' dbms_refresh.add (name = > "'NSG71'.))) «"SUCCESSFUL_SUBMISSIONS" ", list = >" ' NSG71 '.»» (SUCCESSFUL_SUBMISSIONS"" siteid = > 0, export_db = > "DEVNSG"); ',' sys.dbms_irefresh.add (name = > "'NSG71'.) «"SUCCESSFUL_SUBMISSIONS" ", item = >" ' NSG71 '.»» SUCCESSFUL_SUBMISSIONS"" siteid = > 0, export_db = > 'DEVNSG'

');'))

Normally you would when you create your mview as part of the CREATE MATERIALIZED VIEW of [url http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_6002.htm#i2116443] statement.
When you want a mview which refreshes periodically, you use the UPDATE... START BY... NEXT... a part of the statement.
When you want a mview who don't not refresh unless you tell her, you use the UPDATE... WE ASK... the part of the statement.

When you need to change this after the fact, you have the statement ALTER MATERIALIZED VIEW [url http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_2002.htm#i2233205].
With that statement, you can change the mview to REFRESH on DEMAND.

Do not forget that when the value of ON DEMAND, the mview refreshes never by itself, only when do you explicitly by calling the dbms_refresh.refresh or dbms_mview.refresh.
If you want a periodically refreshed mview but simply not hourly, you might also consider changing the formula NEXT to your mview get updated only once every night, rather than once per hour.

(I mean, someone has created your mview to update every hour - then perhaps that someone is waiting for it to refresh periodically ;-)))

Read the examples in the links above. [Url http://docs.oracle.com/cd/E11882_01/server.112/e10706/repmview.htm#i31171] Advanced Replication guide explains also on different types of discount mviews.

Tags: Database

Similar Questions

  • request to give me last record by emp

    My dear

    Please help me in this query

    for example I have a table like this

    I need only data for the last job by employee


    Header 1

    Header 2 Header 3 Header 4
    IDemp_idchange_job_datejob_id
    160101/01/201596
    260201/05/201552
    360101/03/201523
    460201/03/201535
    560505/05/201454
    660108/06/2014201
    760207/01/201436

    now I need to request give me last job for emp

    Header 1 Header 2 Header 3 Header 4
    IDemp_idchange_job_datejob_id
    260201/05/201552
    360101/03/201523
    560505/05/201454

    Thanks in advance

    with

    table_like_this as

    (select 1 id, 601 emp_id, to_date('1-1-2015','dd-mm-yyyy') change_job_date, 96 job_id in union double all the)

    Select 2 602, to_date (' 01/05/2015 "," dd-mm-yyyy '), 52 from all the double union

    Select 3 601, to_date (' 01/03/2015 "," dd-mm-yyyy ""), 23 Union double all the

    Select 4 602, to_date (' 01/03/2015 "," dd-mm-yyyy'), 35 union double all the

    Select 5 605, to_date (' 05/05/2014 "," dd-mm-yyyy ""), 54 Union double all the

    Select 6 601, to_date (' 08/06/2014 "," dd-mm-yyyy'), 201 union double all the

    Select 7 602, to_date (' 07/01/2014 "," dd-mm-yyyy ""), 36 of the double

    )

    Select id, emp_id, to_char(change_job_date,'dd-mm-yyyy') change_job_date, job_id

    (ID, emp_id, change_job_date, job_id, row_number (select) on rn (partition by emp_id arrested by change_job_date desc)

    of table_like_this

    )

    where rn = 1

    ID EMP_ID CHANGE_JOB_DATE JOB_ID
    3 601 01/03/2015 23
    2 602 01/05/2015 52
    5 605 05/05/2014 54

    Concerning

    Etbin

  • Issue of JMS request/response model

    Hi all

    I'm a JMS request/response using q temporary queue model, as I understand it.

    I want to know is if it is possible to use a single queue of the application and the response without 2 subscribers on the queue of diversion of each and other messages.

    For example:
    -client A sends a message to the queue of Q.requestReply with text ("query")
    B reads the message off the coast of the Q.requestReply queue
    B captures MessageId
    B sets the CorrelationId MessageId = replyMessage
    B sends replyMessage to queue Q.requestReply with the text ("the answer")
    -A reads the response message and prints them out 'the response '.

    Is this possible without B pick up the message that he has responded to A?
    I'm trying this through java, and if A is down, B continue to read the message you post in response to A q.

    Hope it makes sense
    Concerning
    Ruan

    without filters, any Subscriber could get any message. with filters, you can choose who receives this message. I don't know what is your exact usage scenario, but since your original post, I think maybe you have a pool of workers who listen on a queue, remove a message, do the work, then the response on the same queue. you could implement this scenario by using a property of message custom as "isReply".

    -all 'workers' listen queue with a filter "isReply is false.
    -client A makes a request in the queue, then listen to the queue with the filter "correlationId = & isReply == true.
    -When a worker receives a request, it does the job, then hands the answer on the queue, by setting isReply to true and the correlationId for the messageId property request

  • AR aging by the account request

    Hello

    I am building a vision that should have the information of aging for all customers who have a remaining amount.


    Here I have 1 query that gives all the rights for all clients.

    Select trx_number
    ps.trx_date
    ps.due_date
    ps.invoice_currency_code
    sob.currency_code
    ps.class
    ps.amount_due_original
    , ps.amount_due_original * nvl (exchange_rate, 1) acctd_amount_due_original
    ps.amount_due_remaining
    ps.acctd_amount_due_remaining
    ps.status
    ps.cust_trx_type_id
    ps.customer_id
    ps.customer_site_use_id
    ps.customer_trx_id
    ps.cash_receipt_id
    ps.gl_date
    ps.org_id
    of gl_sets_of_books ob
    , hr_operating_units or
    ar_payment_schedules_all ps
    where sob.set_of_books_id = ou.set_of_books_id
    and ou.organization_id = ps.org_id
    and ps.status = 'OP '.
    and ps.org_id is not null
    order of ps.org_id asc, desc ps.due_date

    I added buckets and other details of the query in the form

    Select rc.customer_number
    rc2. CUSTOMER_NUMBER Brand_Cust_Number
    rc. CLIENT_NAME
    rc2. Client_name Brand_Customer_Name
    ps.trx_number
    ps.trx_date
    ps.due_date
    ps.class
    ps.status
    ps.cust_trx_type_id
    ps.customer_id
    nvl (rcta.attribute5, ps. CUSTOMER_ID) Brand_Customer_id
    ps.customer_site_use_id
    ps.customer_trx_id
    ps.cash_receipt_id
    ps.gl_date
    sob.set_of_books_id
    sob.chart_of_accounts_id
    gcc. Company of SEGMENT1
    gcc. SEGMENT2 location
    gcc. Department of SEGMENT3
    gcc. SEGMENT4 account
    gcc. Future_1 SEGMENT5
    gcc. SEGMENT6 Future_2
    gcc. SEGMENT7 Future_3
    gcc. CONCATENATED_SEGMENTS gl_cc_concat_kff
    gcc. CODE_COMBINATION_ID
    ps.invoice_currency_code invoice_currency_code
    sob.currency_code SOB_Currency_Code
    ps.amount_due_original inv_curr_amount_original
    , round (ps.amount_due_original * nvl (ps.exchange_rate, 1), sob_acctd_amount_due_original 2).
    ps. AMOUNT_DUE_REMAINING
    ps. ACCTD_AMOUNT_DUE_REMAINING sob_acctd_amount_due_REMAINING
    ps.org_id
    round(sysdate-ps.due_date) No_Of_Days
    sysdate Run_date
    as_of_date sysdate
    , (CASE WHEN round(sysdate-ps.due_date) < 0 THEN AMOUNT_DUE_REMAINING END) Inv_Cur_Current_amt
    , (CASE WHEN round(sysdate-ps.due_date) between 0 and 30 THEN AMOUNT_DUE_REMAINING END) Inv_Cur_Days_0_to_30
    , (CASE WHEN round(sysdate-ps.due_date) between 31 and 60 THEN AMOUNT_DUE_REMAINING END) Inv_Cur_Days_31_to_60
    , (CASE WHEN round(sysdate-ps.due_date) between 61 and 90 THEN AMOUNT_DUE_REMAINING END) Inv_Cur_Days_61_to_90
    , (CASE WHEN round(sysdate-ps.due_date) between 91 and 120 THEN AMOUNT_DUE_REMAINING END) Inv_Cur_Days_91_to_120
    , (CASE WHEN round(sysdate-ps.due_date) 121 to 180 THEN AMOUNT_DUE_REMAINING END) Inv_Cur_Days_121_to_180
    , (CASE WHEN round(sysdate-ps.due_date) > 180 THEN AMOUNT_DUE_REMAINING END) Inv_Cur_Days_180_plus
    (CASE WHEN round(sysdate-ps.due_date) < 0 THEN ACCTD_AMOUNT_DUE_REMAINING END) sob_Cur_Current_amt
    (CASE WHEN round(sysdate-ps.due_date) between 0 and 30 THEN ACCTD_AMOUNT_DUE_REMAINING END) sob_Cur_Days_0_to_30
    (CASE WHEN round(sysdate-ps.due_date) between 31 and 60 THEN ACCTD_AMOUNT_DUE_REMAINING END) sob_Cur_Days_31_to_60
    (CASE WHEN round(sysdate-ps.due_date) between 61 and 90 THEN ACCTD_AMOUNT_DUE_REMAINING END) sob_Cur_Days_61_to_90
    (CASE WHEN round(sysdate-ps.due_date) between 91 and 120 THEN ACCTD_AMOUNT_DUE_REMAINING END) sob_Cur_Days_91_to_120
    (CASE WHEN round(sysdate-ps.due_date) 121 to 180 THEN ACCTD_AMOUNT_DUE_REMAINING END) sob_Cur_Days_121_to_180
    (CASE WHEN round(sysdate-ps.due_date) > 180 THEN ACCTD_AMOUNT_DUE_REMAINING END) sob_Cur_Days_180_plus
    of gl_sets_of_books ob
    , hr_operating_units or
    ar_payment_schedules_all ps
    ra_customers rc
    ra_cust_trx_line_gl_dist_all rctlda
    gl_code_combinations_kfv gcc
    ra_customer_trx_all ATCM
    ra_customers rc2
    where sob.set_of_books_id = ou.set_of_books_id
    and ou.organization_id = ps.org_id
    and ps.status = 'OP '.
    and ps.org_id is not null
    and ps. CUSTOMER_ID = rc. CUSTOMER_ID
    and ps. CUSTOMER_TRX_ID = rctlda. CUSTOMER_TRX_ID
    and rctlda. ACCOUNT_CLASS = "REC".
    and rctlda.latest_rec_flag = 'Y '.
    and rctlda. CODE_COMBINATION_ID = gcc. CODE_COMBINATION_ID
    and ps. CUSTOMER_TRX_ID = ATCM. CUSTOMER_TRX_ID
    and gcc.segment4 in ('111100 ',' 111102 ', ' 4110000')
    and nvl (ATCM. ATTRIBUTE5, ps. CUSTOMER_ID) = rc2. CUSTOMER_ID
    and ps. CUSTOMER_ID = 14273
    order of rc.customer_name

    This query, Miss me record payments, because of this I am unable to get the appropriate customer balance.

    actually I could go out straight from request 1 but I need to restrict to certain accounts, as I wrote in the second query where clause.

    to get to what I wrote a query more identical to the second, but instead of ra_cust_gl_dist_lines_all I used ar_receivables_applications_all to get code_combintaion with money received id.

    2nd request is the perfect job and giving all the details and the amounts, but it lacks the details of payments that I said in the above.

    Coud you please tell me how get/payments/receipts, applied a request by customer, or if you have the complete query of aging.

    Thank you
    THERE

    Hello
    I have the aging AR query but with the following SYNONYM.

    AR_RECEIVABLES_TRX

    Kind regards
    Taj

  • Message error "arrested -"filter"has failed."

    After upgrading to Mac OS Sierra, when you attempt to send a test print my Epson Stylus Photo 2200, I get the message error "stop -"filter"failure" in my print queue.

    I have left clicked on the printer-> error log menu item, and I have the following in the error log.

    E [27/Sep / 2016:10:04:40-0500] [Job 3] Job is stopped due to errors in filter; For more details, see the error_log file.

    D [27/Sep / 2016:10:04:40-0500] [Job [3] the following messages have been saved since 10:04:38 to 10:04:40

    D [27/Sep / 2016:10:04:40-0500] banner of start-up [Job 3] adding page 'none '.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] queued on the "EPSON_Stylus_Photo_2200" by "derekberube".

    D [27/Sep / 2016:10:04:40-0500] file [Job 3] seized automatic...

    D [27/Sep / 2016:10:04:40-0500] [Job 3] request file type is application / vnd.cups - banner.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] file of type application / vnd.cups - banner in queue 'derekberube '.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] end banner add page 'none '.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] time to processing = 1474988678

    D [27/Sep / 2016:10:04:40-0500] [Job 3] 3 filters for task:

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgbannertopdf (application / vnd.cups - banner to application/pdf, cost 33)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster (application/pdf in the application / vnd.cups - raster, cost 100)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] /Library/Printers/EPSON/InkjetPrinter2/Filter/rastertoescpII.app/Contents/MacOS /rastertoescpII (application / vnd.cups - raster to printer/EPSON_Stylus_Photo_2200, 0 cost)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] job-sheets = none, none

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [0] = "EPSON_Stylus_Photo_2200".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [1] = '3 '.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [2] = "derekberube".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [3] = "testprint.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [4] = "1".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [5] = "AP_ColorMatchingMode = AP_VendorColorMatching AP_D_InputSlot = nocollate com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMJobName = testprint com.apple.print.PrinterInfo.PMColorDeviceID... n. = 23775 com.apple.print.PrintSettings.PMCopies... n = 1 com.apple.print.PrintSettings.PMCopyCollate... b. com.apple.print.PrintSettings.PMFirstPage... n = 1 com.apple.print.PrintSettings.PMLastPage... n = 2147483647 com.apple.print.PrintSettings.PMPageRange... a.0... n = 1 com.apple.print.PrintSettings.PMPageRange... a.1... n. = 2147483647 fit-to-page media = letter requested by pserrorhandler = standard job-uuid=urn:uuid:8781dff0-21e9-31ef-5b09-534d193452be job-originating-name of host = localhost to-date-time-create = date-time-to-processing = time-to-creation" time processing 1474988678 = 1474988678 = document-name-supplied testprint PageSize = letter»

    D [27/Sep / 2016:10:04:40-0500] [Job 3] argv [6] = "/ private/var/spool/cups/d00003-001.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [0] = "< CFProcessPath >".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [1] = "CUPS_CACHEDIR = / private/var/spool/cups/cache '.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [2] = "CUPS_DATADIR = / usr/share/cups.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [3] = "CUPS_DOCROOT = / usr/share/doc/cups.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [4] = "CUPS_FONTPATH = / usr/share/cups/fonts.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [5] = "CUPS_REQUESTROOT = / private/var/spool/cups.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [6] = "CUPS_SERVERBIN = / usr/libexec/cups.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [7] = "CUPS_SERVERROOT = / private/etc/cups.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [8] = "CUPS_STATEDIR = / private/etc/cups.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [9] = "HOST = / private/var/spool/cups/tmp".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [10] = "" PATH = / usr/libexec/cups/filter: / usr/bin: / usr/sbin: / bin: / usr/bin ""

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [11] = "[email protected]".

    "D [27/Sep / 2016:10:04:40-0500] [Job 3] envp[12]="SOFTWARE=CUPS/2.2.0 ".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [13] = ' TMPDIR = / private/var/spool/cups/tmp ".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [14] = "USER = root"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [15] = "CUPS_MAX_MESSAGE = 2047"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [16] = ' CUPS_SERVER = / private/var/run/cupsd.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [17] = "CUPS_ENCRYPTION = IfRequested"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [18] = 'IPP_PORT = 631'

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [19] = "CHARSET = utf-8"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [20] = "LANG = fr_FR. UTF - 8"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [21] = "APPLE_LANGUAGE = en - en"

    "D [27/Sep / 2016:10:04:40-0500] [Job 3] envp[22]="PPD=/private/etc/cups/ppd/EPSON_Stylus_Photo_2200.ppd ".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [23] = "RIP_MAX_CACHE = 128 m"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [24] = "' CONTENT_TYPE = application / vnd.cups - banner" "

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [25] = "DEVICE_URI = 0 usb://EPSON/Stylus%20Photo%202200?serial=L5602021107061925"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [26] = "PRINTER_INFO = EPSON Stylus Photo 2200"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [27] = "PRINTER_LOCATION = MacBook Pro Derek Berube\"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [28] = "PRINTER is EPSON_Stylus_Photo_2200"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [29] = "PRINTER_STATE_REASONS = none"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [30] = "CUPS_FILETYPE = document"

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [31] = "" FINAL_CONTENT_TYPE = vnd.cups - raster/application ""

    D [27/Sep / 2016:10:04:40-0500] [Job 3] envp [32] = "AUTH_I."

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Started filter/usr/libexec/cups/filter/cgbannertopdf (PID 2075)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Started filter /Library/Printers/EPSON/InkjetPrinter2/Filter/pdftopdf2.app/Contents/MacOS/pdft opdf2 (PID 2076)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Started filter/usr/libexec/cups/filter/cgpdftoraster (PID 2077)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Started filter /Library/Printers/EPSON/InkjetPrinter2/Filter/rastertoescpII.app/Contents/MacOS /rastertoescpII (PID 2078)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Started backend/usr/libexec/cups/backend/usb (PID 2079)

    "D [27/Sep / 2016:10:04:40-0500] [Job 3] Message catalog filename is \"/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework s/PrintCore.framework/Versions/A/Resources/English.lproj/cups_apple.strings\.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] load_banner(filename=\"/private/var/spool/cups/d00003-001\")

    D [27/Sep / 2016:10:04:40-0500] [Job 3] usb: AppleLanguages =-"en - US\".

    D [27/Sep / 2016:10:04:40-0500] [Job 3] STATE: + connection-device

    D [27/Sep / 2016:10:04:40-0500] [Job 3] looking for \'EPSON Stylus Photo 2200\'

    D [27/Sep / 2016:10:04:40-0500] [Job 3] open connection

    D [27/Sep / 2016:10:04:40-0500] [Job 3] PID 2078 (/Library/Printers/EPSON/InkjetPrinter2/Filter/rastertoescpII.app/Contents/MacO S/rastertoescpII) was arrested with the 206 State (output Interface queue is full)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Tip: try to set the LogLevel "debug" to learn more.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] Page = 612 x 792; 9.40 at 603-783

    D [27/Sep / 2016:10:04:40-0500] [Job 3] directory ' / Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin ' permissions OK (040755/uid = 0/gid = 80).

    D [27/Sep / 2016:10:04:40-0500] [Job 3] directory ' / System/Library/Printers/Libraries/USBGenericPrintingClass.plugin ' permissions OK (040755/uid = 0/gid = 0).

    D [27/Sep / 2016:10:04:40-0500] [Job 3] load_classdriver(/System/Library/Printers/Libraries/USBGenericPrintingClass.plu gin) (kr:0 x 00000000)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] load_classdriver(/Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin) (kr:0 x 00000000)

    "D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: copy to temp \"/private/var/spool/cups/tmp/0081d57f93b5a\ print file '.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] STATE:-connecting-to-device

    D [27/Sep / 2016:10:04:40-0500] [Job 3] sending data to the printer.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] sent 0 bytes...

    D [27/Sep / 2016:10:04:40-0500] [Job 3] STATE: + cups-wait-for-work-over

    D [27/Sep / 2016:10:04:40-0500] [Job 3] align for banner 1.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] PID 2075 (/ usr/libexec/cups/filter/cgbannertopdf) came out without error.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] PID 2076 (/Library/Printers/EPSON/InkjetPrinter2/Filter/pdftopdf2.app/Contents/MacOS/pdf topdf2) came out without error.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: \"/private/var/spool/cups/tmp/0081d57f93b5a\"has 1 pages.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: open \"/private/etc/cups/ppd/EPSON_Stylus_Photo_2200.ppd\ file PPD «...»

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: PreferredRotation = - 90

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsPageSize = [612 792], cupsImagingBBox = [9 40 603 783]

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: width = 612, length = 792, high = 9, low = 40, left = 9, right = 9

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsWidth = 2970, cupsHeight = 3715

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: languageLevel = 3, mediaBox.size.width = 612, mediaBox.size.height = 792

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: colorspace = 1, bitsPerColor = 8

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: the seller matching mode is turned on and the requested transfer color space is sRGB.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: skipBytesPerRow = 8

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: bandwidth = 2970, bytesPerRow = 11888, band height = 3715, height = 3715

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: width of the frame = 2970, height = 3715 bitsPerComponent is 8, bitsPerPixel = 32 bytesPerRow = 11888, bitmapInfo = 5, resolution = (360.000000, 360.000000)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] HWResolution = [360 360]

    D [27/Sep / 2016:10:04:40-0500] [Job 3] ImagingBoundingBox = [9 40 603 783]

    D [27/Sep / 2016:10:04:40-0500] [Job 3] margins = [9-40]

    D [27/Sep / 2016:10:04:40-0500] [Job 3] PageSize = [612 792]

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsWidth = 2970

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsHeight = 3715

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsBitsPerColor = 8

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsBitsPerPixel = 24

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cupsBytesPerLine = 8910

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: rasterWriteHeader: unable to write the header streams raster: Broken pipe

    D [27/Sep / 2016:10:04:40-0500] [Job 3] cgpdftoraster: bytes written for the side 1 = 0, err = 5

    D [27/Sep / 2016:10:04:40-0500] [Job 3] PID 2077 (/ usr/libexec/cups/filter/cgpdftoraster) came out without error.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] waiting for read thread exits...

    D [27/Sep / 2016:10:04:40-0500] [Job 3] PID 2079 (/ usr/libexec/cups/backend/usb) came out without error.

    D [27/Sep / 2016:10:04:40-0500] [Job 3] end of messages

    D [27/Sep / 2016:10:04:40-0500] [Job 3] printer - state = 3 (idle)

    D [27/Sep / 2016:10:04:40-0500] [Job 3] printer-State-message = "Sending data to printer."

    D [27/Sep / 2016:10:04:40-0500] [Job 3] - printer-motivation = none

    Line 66 # in the above seems to indicate the rastertoescpII utility failed with a status code of 256 and the error message "output Interface queue is full.

    Troubleshooting steps

    To try to solve this problem, I followed the steps described in the article «problems of printer on your Mac»  I have reset the printing system and it does not work.  I have also unplugged the printer, deleted the contents of the folder/library/printers/and then plugged the printer into.

    You will need to check with Epson to see if there is a new driver for your device compatible with macOS Sierra. The old drivers are not compatible. Even with the new driver, some people state that the error is not fixed :-( YMMV.

  • LaserJet 8000dn: Tray 1 question Laserjet 8000dn

    I have a tray 2 and tray 3 on my 8000dn printer. However, even if I don't have a tray 1, I can not turn off my tray 1 and the default printer always to it. I had to work and now, for some reason, tray 1 is back in the picture. I have 11 x 17 paper loaded in tray 3 and I still want to go to tray 3, default, but the printer will not accept my changes.

    I don't know what the @davidzuts mention Java being perhaps a problem with the old 600N EIO card is referring.

    But I do not see what Java has to do with what size paper is requested by the print job (such as generated on the workstation), unless you use some custom Java-based applications to generate the print job.

    We should establish exactly what size paper (as appropriate, of course) is requested by printing or tasks.

    The simplest method would be to 'capture' a typical print job to drop, and then analyze the content.

    On the systems Windows capture would be achieved by using the "print to a file" option in the print dialog.

    To analyze the contents of the resultant captured .prn file, use the PRN file analysis tool in the whole PCL app, available via http://www.pclparaphernalia.eu

  • LabVIEW programmer in the Minneapolis area desired

    You are looking for a resource to Labview programming in the Minneapolis area for a project of 2 or 3 months. Involves programming on analog IO and CANbus.

    Contractor and trainees / students ok.

    Peter Lauer

    Please post your request in the LabVIEW job openings Board. Thank you.

  • How can I close the app selector?

    I have a locking request that does its job of locking the phone. Everything works fine, except the maneuver of the app. Users are able to hold down the menu key for 2-3 seconds and the ap swirtcher will open. If you press the menu button again they will be be felt with the application menu where they can close the application.

    I was wondering how I can prevent this? I have onExposed and onOnscured as the two configuration of requestForeground, but the flexibility of the app has a higher priority than I guess. I've seen other aplications it but I know it's possible.

    On other applications when you open the app selector it closed immediately. That's what I want to do.

    I have installed am EventInjector click on the button of the escape, and it works in the Simulator. I can't get to work on my phone though. Someone at - it an idea how I can get this to work?

    Thanks for the help, I finally understand however. I had to replace the menu options to show nothing. With the menu of the road, my key injection worked perfectly. Any time my losses in the foreground app he clicks on the escape (back button) and then asked in the foreground. It seems to work perfectly now.

  • Consolidate the results of the WORK of DBMS

    Hi people,
    I understand that we can perform several tasks using DBMS Job. However kindly help me with the following scenario.
    I have a procedure/function called get_studentlist (number ENROLL_YEAR); This procedure gives me a value.
    On the front-end server by using a report that I would like to get the results of 2010-2011
    Then I call
    Select testfun (2010) double
    Union
    Select testfun (2011) double;

    Yes using DBMS JOB I was able to run both jobs at the same time. But the question is how to capture the result of both of them.
    Even if I store the result in a table (temtable)... a job can finish first, then the other. How long should I query the table?
    In short, I'm trying to simulate the concept of thread JAVA using PLSQL.

    Thank you
    AJ

    You've posted enough to know that you will need to provide your Oracle version 4-digit (result of SELECT * FROM V$ VERSION).
    >
    I understand that we can perform several tasks using DBMS Job. However kindly help me with the following scenario.
    I have a procedure/function called get_studentlist (number ENROLL_YEAR); This procedure gives me a value.
    On the front-end server by using a report that I would like to get the results of 2010-2011
    Then I call
    Select testfun (2010) double
    Union
    Select testfun (2011) double;

    Yes using DBMS JOB I was able to run both jobs at the same time.
    >
    What are the "two" jobs you are talking about?

    Your post is very confusing please change to clarify what you are saying.

    You are referring to a 'get_studentlist' function, but your example uses a function called "testfun.

    You show a query that queries both unions to get two years of data, and it is a request; He won't be back for results before completing the request (either two years of data).

    You mention two DBMS_JOBs running, but your example is a simple United request. What two jobs are you talking about?
    >
    In short, I'm trying to simulate the concept of thread JAVA using PLSQL.
    >
    You have a query so that the example has nothing to do with threads.

    If you want to create several jobs and dependencies between them, you must use DBMS_SCHEDULER.

    See examples of creating strings in the database administrator's guide
    http://docs.Oracle.com/CD/B28359_01/server.111/b28310/schedadmin006.htm#BAJHFHCD

    Neither DBMS_JOBS nor DBMS_SCHEDULER will allow you to consolidate data from two different jobs. That can only be done by using a table to store data or by using a pipeline that would run two queries and return results one after another.

  • Spring CDM WorkManager

    The deployment of the spring CDM using org.springframework.jms.listener.DefaultMessageListenerContainer on Weblogic (I use 11g/10.3.3 2.5 Spring and Weblogic), it has certainly recommended to use an org.springframework.scheduling.commonj.WorkManagerTaskExecutor configured as the taskExecutor on the DefaultMessageListenerContainer, right? Otherwise, you get spring creating unmanaged threads, and that is bad in Weblogic, right?

    Well, then I got this work by creating a manager of global work in the administration Console, then using a resource-Ref with name of the Manager of the work in my web.xml file and cela up via JNDI, but it's a pain to force the installers request to configure a job manager. I am also aware that you can deploy an application work-scope Manager in weblogic.xml, but I try to avoid container-specific deployment descriptors, as my application will take charge of deployment on a variety of application servers. Is there a way to report the WorkManagerTaskExecutor in default work for the web application manager?

    Just a simple example with a servlet

    The web.xml file

    
        
          contextConfigLocation
          classpath:spring-config.xml
       
        
            org.springframework.web.context.ContextLoaderListener
        
        
            ExampleWorkManager
            servlets.ExampleWorkManager
        
        
            ExampleWorkManager
            /example
        
        
            default
            commonj.work.WorkManager
            Container
            Shareable
        
    
    

    The says the default workmanager in the container. The container resolves the target during deployment and makes it available
    in the local java: comp / env environment.

    The spring configuration file:

    
        
            
            
        
    
    

    The servlet code

    public class ExampleWorkManager extends HttpServlet {
    
        protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    
            ApplicationContext applicationContext = new ClassPathXmlApplicationContext("spring-config.xml");
            System.out.println("My Spring TaskExecutor " + applicationContext.getBean("taskExecutor"));
    
            try {
                Context context = new InitialContext();
                WorkManager defaultWorkManager = (WorkManager) context.lookup("java:comp/env/default");
                System.out.println("My default workmanager " + defaultWorkManager);
            } catch (NamingException e) {
                e.printStackTrace();
            }
        }
    }
    

    The following is printed to the console:
    My TaskExecutor spring org.springframework.scheduling.commonj.WorkManagerTaskExecutor@72b972
    My default workmanager weblogic.work.j2ee.J2EEWorkManager@1ed022a

    http://middlewaremagic.com/WebLogic/?p=5569

  • Not of application deployment

    Hello

    11.1.1.2 v unix

    Deploy the planning application is no longer. They have already worked. The error is the same for each of them which is

    Generation of Application data...
    Action cancelled
    Server could not process the request-> there is no jobs available fgor results < job name > because an error occurred while processing the job. See job console or event viewer for more information.

    I'm only refresh the outline.

    Urgent alication of deployment. I've not seen this error before. I'd appreciate any help.

    Thank you

    Nathan

    I guess you did the first normal thing to do with EPMA restart services.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Procedure DBMS_DATAPUMP to function

    Hello

    I created a procedure that works quite well as follows:
    CREATE OR REPLACE PROCEDURE proc_expdp(p_schema_name VARCHAR2, p_table_name VARCHAR2)
    IS
        v_handle NUMBER;
        v_jobname VARCHAR2 (100);
        v_dirname VARCHAR2 (100);
        v_filename VARCHAR2 (100);
    BEGIN
        v_filename := to_char(sysdate,'YYYYMMDDHH24MISS')||'.DMP';
        v_jobname := v_filename||'_EXPDP';
        v_dirname := 'DMPDIR';
        v_handle := dbms_datapump.open(operation => 'EXPORT', job_mode => 'TABLE', job_name => v_jobname);
        dbms_datapump.add_file(handle => v_handle, filename => v_filename, directory => v_dirname, filetype => 1);
        dbms_datapump.add_file(handle => v_handle, filename => v_filename||'_EXPDP'||'.LOG', directory => v_dirname, filetype => 3);
        dbms_datapump.metadata_filter (handle => v_handle, name => 'SCHEMA_EXPR', value => 'IN ('||p_schema_name||')');
        dbms_datapump.metadata_filter (handle => v_handle, name => 'NAME_EXPR', value => 'IN ('||p_table_name||')');
    --    dbms_datapump.data_filter (handle => v_handle, name => 'PARTITION_LIST', value => '''ODS_SLS_ITEM_DETAIL_20090101'', ''ODS_SLS_ITEM_DETAIL_20090102'', more here ''ODS_SLS_ITEM_DETAIL_20090227'', ''ODS_SLS_ITEM_DETAIL_20090228''', table_name => 'ODS_SLS_ITEM_DETAIL', schema_name => 'ODSPROD');
        dbms_datapump.start_job(v_handle);
        dbms_datapump.detach(v_handle);
    END;
    ... and I use the following code from PL/SQL to execute, which works very well also.
    BEGIN
      proc_expdp('''HR''','''DEPARTMENTS'',''EMPLOYEES''');
    END;
    I needed this as a function, so I corrected the following text:
    CREATE OR REPLACE FUNCTION system.func_expdp(p_schema_name VARCHAR2, p_table_name VARCHAR2) RETURN VARCHAR2
    IS
        v_handle NUMBER;
        v_jobname VARCHAR2 (100);
        v_dirname VARCHAR2 (100);
        v_filename VARCHAR2 (100);
    BEGIN
        v_filename := to_char(sysdate,'YYYYMMDDHH24MISS')||'.DMP';
        v_jobname := v_filename||'_EXPDP';
        v_dirname := 'DMPDIR';
        v_handle := dbms_datapump.open(operation => 'EXPORT', job_mode => 'TABLE', job_name => v_jobname);
        dbms_datapump.add_file(handle => v_handle, filename => v_filename, directory => v_dirname, filetype => 1);
        dbms_datapump.add_file(handle => v_handle, filename => v_filename||'_EXPDP'||'.LOG', directory => v_dirname, filetype => 3);
        dbms_datapump.metadata_filter (handle => v_handle, name => 'SCHEMA_EXPR', value => 'IN ('||p_schema_name||')');
        dbms_datapump.metadata_filter (handle => v_handle, name => 'NAME_EXPR', value => 'IN ('||p_table_name||')');
    --    dbms_datapump.data_filter (handle => v_handle, name => 'PARTITION_LIST', value => '''ODS_SLS_ITEM_DETAIL_20090101'', ''ODS_SLS_ITEM_DETAIL_20090102'', more here ''ODS_SLS_ITEM_DETAIL_20090227'', ''ODS_SLS_ITEM_DETAIL_20090228''', table_name => 'ODS_SLS_ITEM_DETAIL', schema_name => 'ODSPROD');
        dbms_datapump.start_job(v_handle);
        dbms_datapump.detach(v_handle);
        return v_filename;
    END func_expdp;
    ... and I wouldn't be able to run it with a select statement. Well, this part is the problem. When I try to run as a select statement
    select system.func_expdp('''HR''','''DEPARTMENTS'',''EMPLOYEES''') from dual;
    I get the following error:
    An error was encountered performing the requested operation:
    ORA-31626:job does not exist
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 911
    ORA-06512: at "SYSTEM.FUNC_EXPDP", line 4356
    ORA-06512: at "SYSTEM.FUNC_EXPDP", line 11
    31626. 00000 - "job does not exist"
    *Cause: An invalid reference to a job which is no longer executing, is no executing on the instance where the operation was attempted, or that does not have a valid Master Table. Refer to any following error messages for clarification.
    *Action: Start a new job, or attach to an existing job that has a valid Master Table.
    What I would do... ?

    Thanks for your time

    PS: I use 10g Express Edition. Lately I have created and deleted several datapump jobs, but I think it's irrelevant since my procedure works very well.

    You cannot use the function inside a SELECT statement because dbms_datapump.open does an implicit validation. However, you can use the function within a pl/sql as block:

    declare
       l_filename varchar2(100);
    begin
       l_filename := system.func_expdp('''HR''','''DEPARTMENTS'',''EMPLOYEES''')
    end;
    /
    

    Also, please avoid creating all objects in the SYS and SYSTEM schemas.

  • analytical function for grouping?

    Hello @all

    10 gr 2

    Is it possible to use an analytical function for the next group request (example):
    SELECT job, ename, sal,
      ROW_NUMBER() OVER(PARTITION BY job ORDER BY empno) AS no,
      RANK() OVER(PARTITION BY job ORDER BY NULL) AS JobNo 
      FROM emp;
    The output is the following:
    JOB     ENAME     SAL     NO     JOBNO
    ANALYST     SCOTT     3000     1     1
    ANALYST     FORD     3000     2     1
    CLERK     SMITH     818     1     1
    CLERK     ADAMS     1100     2     1
    CLERK     JAMES     950     3     1
    CLERK     MILLER     1300     4     1
    MANAGER     Müller     1000     1     1
    MANAGER     JONES     2975     2     1
    ....
    The JobNo expected to increase group work and ename; my desired output should be like...:
    JOB     ENAME     SAL     NO     JOBNO
    ANALYST     SCOTT     3000     1     1
    ANALYST     FORD     3000     2     1
    CLERK     SMITH     818     1     2
    CLERK     ADAMS     1100     2     2
    CLERK     JAMES     950     3     2
    CLERK     MILLER     1300     4     2
    MANAGER     Müller     1000     1     3
    MANAGER     JONES     2975     2     3
    MANAGER     BLAKE     2850     3     3
    MANAGER     CLARK     2450     4     3
    PRESIDENT     KING     5000     1     4
    SALESMAN     ALLEN     1600     1     5
    SALESMAN     WARD     1250     2     5
    SALESMAN     MARTIN     1250     3     5
    SALESMAN     TURNER     1500     4     5
    How can I achieve this?

    This, perhaps?

    with emp as (select 1 empno, 'ANALYST' job, 'SCOTT' ename, 3000 sal from dual union all
                 select 2 empno, 'ANALYST' job, 'FORD' ename, 3000 sal from dual union all
                 select 3 empno, 'CLERK' job, 'SMITH' ename, 818 sal from dual union all
                 select 4 empno, 'CLERK' job, 'ADAMS' ename, 1100 sal from dual union all
                 select 5 empno, 'CLERK' job, 'JAMES' ename, 950 sal from dual union all
                 select 6 empno, 'CLERK' job, 'MILLER' ename, 1300 sal from dual union all
                 select 7 empno, 'MANAGER' job, 'Müller' ename, 1000 sal from dual union all
                 select 8 empno, 'MANAGER' job, 'JONES' ename, 2975 sal from dual union all
                 select 9 empno, 'MANAGER' job, 'BLAKE' ename, 2850 sal from dual union all
                 select 10 empno, 'MANAGER' job, 'CLARK' ename, 2450 sal from dual union all
                 select 11 empno, 'PRESIDENT' job, 'KING' ename, 5000 sal from dual union all
                 select 12 empno, 'SALESMAN' job, 'ALLEN' ename, 1600 sal from dual union all
                 select 13 empno, 'SALESMAN' job, 'WARD' ename, 1250 sal from dual union all
                 select 14 empno, 'SALESMAN' job, 'MARTIN' ename, 1250 sal from dual union all
                 select 15 empno, 'SALESMAN' job, 'TURNER' ename, 1500 sal from dual)
    select job, ename, sal,
           row_number() over(partition by job order by empno) no,
           dense_rank() over(order by job) jobno
    from   emp
    
    JOB     ENAME     SAL     NO     JOBNO
    ANALYST     SCOTT     3000     1     1
    ANALYST     FORD     3000     2     1
    CLERK     SMITH     818     1     2
    CLERK     ADAMS     1100     2     2
    CLERK     JAMES     950     3     2
    CLERK     MILLER     1300     4     2
    MANAGER     Müller     1000     1     3
    MANAGER     JONES     2975     2     3
    MANAGER     BLAKE     2850     3     3
    MANAGER     CLARK     2450     4     3
    PRESIDENT     KING     5000     1     4
    SALESMAN     ALLEN     1600     1     5
    SALESMAN     WARD     1250     2     5
    SALESMAN     MARTIN     1250     3     5
    SALESMAN     TURNER     1500     4     5
    
  • Why I don't get a response from the Dept. serial number already contacted them twice with ZERO response. I have included my product code and proof of my job as requested but nowt back! ??

    Why I don't get a response from the Dept. serial number already contacted them twice with ZERO response. I have included my product code and proof of my job as requested but nowt is back!

    Kingussie81 that I saw the account that you used to post on this public forum and your Creative Suite 5.5 Design Premium education serial number is registered under your account at http://www.adobe.com/.  For more information on how to locate your serial number registered please see quickly find your serial number.

    If you need to download a new copy installation files, they are available to Download CS5.5 products.

  • All-in-one HP Deskjet 2540: delete at the request of print job on a deskjet printer MAC OS 2540 x 10.9

    How can I delete a regular print job to a 2540 MAC OSX 10.9 deskjet printer.  I can pause, but may not know how to remove it completely.

    Hello @annetrumbo,

    Welcome to the Forums of HP Support!

    I would like to help you today with removal of a print job in the print queue for your all-in-one printer of HP Deskjet 2540 on your computer Mac OS X 10.9. Can I please you follow the steps below.

    1. click on the Apple icon in the upper left corner of your computer screen

    2. click on System Preferences

    3. click on Print & Scan

    4. click on printer Deskjet on the left to highlight

    5. click on Open Print Queue on the right side

    6. in the print queue window, click the print job you want to delete. Then click on Remove in the top left corner. Once the print queue window is clear, you will have a nice clean slate for your printer.

    Please let me know if this procedure works for you. Good luck!

Maybe you are looking for