SetHistogramTable report Errors? Help

-- create a sdo_geor_histogram type table
sql> create table histtab of mdsys.sdo_geor_histogram;
-- Then insert cellvalue and count info into histtab in the format of sdo_geor_histogram
-- Last setHistogramTable with following procedure
declare
grobj sdo_georaster;
begin
select georaster into grobj from georaster_table where georid = 1 for update;
sdo_geor.setHistogramTable(grobj,0,'HISTTAB');
UPDATE georaster_table set georaster = grobj where georid = 1;
commit;
end;
-- I also tried to 1 for layernumber
all report following errors, experts here help to solve
ORA-13418: null or invalid parameter(s) for set functions
ORA-06512: at "MDSYS.SDO_GEORX", line 1259
ORA-06512: at "MDSYS.SDO_GEOR", line 2809
ORA-06512: at line 5
Thanks in advance.
Richard Lee

As a NOTE to avoid some confusion.
Unlike the SDO_GEORASTER and SDO_RASTER object data types, which are used for persistent storage (such as defining a table or column of such data types), other data types such as SDO_GEOR_HISTOGRAM, SDO_GEOR_COLORMAP, SDO_GEOR_GRAYSCALE, and SDO_GEOR_SRS object type are only used in the GeoRaster PL/SQL API and are defined for programming or operations in the current release.
Functions like setBinTable, getBinTable, getHistogramTbale, setHistogramTable, setGrayScaleTable, getGrayScaleTable, setColorMapTable, and getColorMapTable allow users to register table names for the related external tables (other than storing the data of such tables in the GeoRaster XML metadata). However those external tables are not defined and cannot be manipulated by GeoRaster in the current release.
And so, in SDO_GEOR.validateGeoRaster(), all external tables, which are registered through their table names in the XML metadata, such as GCP table, BIN table, histogram table, grayscale table, and colormap table, are not checked.
Jeffrey

Similar Messages

  • Help! KT4V: DBracket reports error!

    Hi
    My KT4V DBracket reports error all the time.
    Software and hardware run just fine, everything seems to be OK, but led no. 3 on my dbracket is red.
    I've checked the manual and it says that this code means: "All resources assigned to ISA".
    I have no idea what's going on!
    Greets!
    My spec:
    MSI KT4V bios ver. 1.6, AMD Athlon XP 1700@2000 (10x166), 2x256 333 Mhz CL 2.5 DDRAM Samsung, Nvidia Geforce 2MX, HDD Seagate 30 GB 5400 RPM, CDRW LG 16/10/40.

    Thanks Bas  
    You might be right Bas, but expect this strange led lightning all the time, the dbracket is working properly!
    When booting the leds are switching colours (led no. 3 too!).
    When there was a problem with my gfx card mounted inproperly the dbracket reported that error correctly.
    The problem is that in my country reseller has got 14 days to check my mainboard, repair it or replace with a new one! It means quite a lot of time with my comp "unplugged"  :(
    I have to be sure before reporting mobo failure...

  • IF Condition in a PL/SQL Script give a report error.

    Hello, I’m German and I hope you can unterstand my Question.
    First, I work with the HTML DB Version 1.6.0.0.0.87 and the Oracle Version 9.2.0.6.
    I create a SQL Report, where a PL/SQL Script return the SQL Statement for the Report. This is my source-code, I have short it...:
    Declare
    sql_str varchar(2000);
    sql_str_select varchar(1000) :=' select dim_sparte …... ';
    sql_str_from varchar(1000) := ' from faktentabelle,dim_sparte ';
    sql_str_where varchar(1000):= ' where … and faktentabelle.zeit_id = :POPUP_ZEIT ';
    sql_str_groupby varchar(1000):= ' group by dim_sparte.name, faktentabelle.zeit_id ';
    Begin
    If ( (V('POPUP_NETZGEBIET') is not NULL) and (V('POPUP_NETZGEBIET') <>
    'Alle Netzgebiete')) THEN
    sql_str_select := sql_str_select || ' ,dim_organisationseinheit.netzgebiet_name ';
    sql_str_from := sql_str_from || ' , dim_organisationseinheit ';
    sql_str_where := sql_str_where || ' and faktentabelle ... and
    dim_organisationseinheit.netzgebiet_name = :POPUP_NETZGEBIET';
    sql_str_groupby := sql_str_groupby || ' , dim_orga .... ';
    End IF;
    sql_str:= sql_str_select || sql_str_from || sql_str_where || sql_str_groupby;
    htp.print(sql_str);
    Return sql_str;
    End;
    This Script include a IF-THEN condition. The Condition is true and the sql-String-Variables are updatet.
    I can get the string with htp.print() and the Statement is OK.
    The report get a Error “report error: ORA-1403: no data found”. If I copy the printet sql String in a new Report Region with SQL String, the Report is OK. When I write IF(true) instead of IF( Condition) the Report is OK, too.
    I try ist with Varibalen V(‘name‘) and with :name. It’s always the same problem. I can’t use IF-THEN-Else Conditions in a Script.
    Please help me and say me what is the problem???
    Thanks,
    Simona

    Hi Simona,
    In the sql region below the region source see that you have " Use Generic Column Names (parse query at runtime only)" check and not " Use Query-Specific Column Names and Validate Query".
    This error you usually get when you have a mismatch in your report heading.
    Vivek
    [email protected]

  • Report error:ORA-06502: PL/SQL: numeric or value error: character to number

    The oracle application express environment is created by installing the HTTP Server on the windows server and the application express 3.2.1 components on the 11.1.0.7 oracle database on UNIX. The installation is successfully and have not seen any issues during the installation. After completing all the steps, when tried to login and click the application builder or workspace components, I see the error message
    report error:ORA-06502: PL/SQL: numeric or value error: character to number.
    This error message is seen on most of the pages when trying to accessed and not able to understand the reasons behind it. Its a brand new environment setup and not even presented to developers to test it.
    Below error message is always seen when trying to access most of the components like application builder, schema comparison and some other tabs. Please advice
    report error:
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    Edited by: user589320 on Jun 9, 2011 5:17 PM

    I think its better you use APEX 4.x version ratherthan using old version.
    You will get more features and some bug fixes and also it's easy for you to get some help when you need.
    * If this answer is helpfull or correct then please mark it and grant the points.

  • PL/SQL function body returning SQL - report error:ORA-01403: no data found

    Hi,
    I am working on Application Express 4.0.2.00.06, and 11G database.
    I have a problem with classic report area of type - PL/SQL function body returning SQL query. Query works if I define region area as - Use Generic Column Names (parse query at runtime only), and does not when I define it - Use Query-Specific Column Names and Validate Query.
    I am getting error:
    report error:ORA-01403: no data found
    This is my query that is returned from function, and displayed with htp.p, and it works ok and returns data in SQL Developer and SQL Workshop (in Apex).
    <code>
    /* select 1 from dual */ SELECT SIFPRO, NAZIV, VODITELJ, DATPZA,SUM(DECODE(TJEDAN,'2010/46',BRDJEL,null)) as "2010/46" ,SUM(DECODE(TJEDAN,'2010/49',BRDJEL,null)) as "2010/49" ,SUM(DECODE(TJEDAN,'2010/50',BRDJEL,null)) as "2010/50" ,SUM(DECODE(TJEDAN,'2010/51',BRDJEL,null)) as "2010/51" ,SUM(DECODE(TJEDAN,'2010/52',BRDJEL,null)) as "2010/52" ,SUM(DECODE(TJEDAN,'2011/01',BRDJEL,null)) as "2011/01" ,SUM(DECODE(TJEDAN,'2011/02',BRDJEL,null)) as "2011/02" ,SUM(DECODE(TJEDAN,'2011/03',BRDJEL,null)) as "2011/03" ,SUM(DECODE(TJEDAN,'2011/04',BRDJEL,null)) as "2011/04" ,SUM(DECODE(TJEDAN,'2011/05',BRDJEL,null)) as "2011/05" ,SUM(DECODE(TJEDAN,'2011/06',BRDJEL,null)) as "2011/06" ,SUM(DECODE(TJEDAN,'2011/07',BRDJEL,null)) as "2011/07" ,SUM(DECODE(TJEDAN,'2011/08',BRDJEL,null)) as "2011/08" ,SUM(DECODE(TJEDAN,'2011/09',BRDJEL,null)) as "2011/09" ,SUM(DECODE(TJEDAN,'2011/10',BRDJEL,null)) as "2011/10" FROM (SELECT * FROM PMV_PLAN_TVRTKA) GROUP BY SIFPRO, NAZIV, VODITELJ, DATPZA ORDER BY SIFPRO, NAZIV, VODITELJ, DATPZA
    </code>
    As you can see, I even tried with workaround that I found on the previous post on the forum, and that is to put /* select 1 from dual */ to start query.
    Any help would be appriciated.

    /* select 1 from dual */ SELECT SIFPRO, NAZIV, VODITELJ, DATPZA,SUM(DECODE(TJEDAN,'2010/46',BRDJEL,null)) as "2010/46" ,SUM(DECODE(TJEDAN,'2010/49',BRDJEL,null)) as "2010/49" ,SUM(DECODE(TJEDAN,'2010/50',BRDJEL,null)) as "2010/50" ,SUM(DECODE(TJEDAN,'2010/51',BRDJEL,null)) as "2010/51" ,SUM(DECODE(TJEDAN,'2010/52',BRDJEL,null)) as "2010/52" ,SUM(DECODE(TJEDAN,'2011/01',BRDJEL,null)) as "2011/01" ,SUM(DECODE(TJEDAN,'2011/02',BRDJEL,null)) as "2011/02" ,SUM(DECODE(TJEDAN,'2011/03',BRDJEL,null)) as "2011/03" ,SUM(DECODE(TJEDAN,'2011/04',BRDJEL,null)) as "2011/04" ,SUM(DECODE(TJEDAN,'2011/05',BRDJEL,null)) as "2011/05" ,SUM(DECODE(TJEDAN,'2011/06',BRDJEL,null)) as "2011/06" ,SUM(DECODE(TJEDAN,'2011/07',BRDJEL,null)) as "2011/07" ,SUM(DECODE(TJEDAN,'2011/08',BRDJEL,null)) as "2011/08" ,SUM(DECODE(TJEDAN,'2011/09',BRDJEL,null)) as "2011/09" ,SUM(DECODE(TJEDAN,'2011/10',BRDJEL,null)) as "2011/10" FROM (SELECT * FROM PMV_PLAN_TVRTKA) GROUP BY SIFPRO, NAZIV, VODITELJ, DATPZA ORDER BY SIFPRO, NAZIV, VODITELJ, DATPZA

  • Unable to load report error

    Hi
    This started with an asp.net application which I have been maintaining for several years, on an XP 32-bits box. Alas, the box died, and I have acquired a new Development machine, now with Windows 7/64-bits. I have installed Visual Studio 2010 and Crystal reports (13.0.,9), including runtime for 32 and 64 bits.
    I got the "unable to load report" error, and I think I have tried everything I could find on the web related to solving this issue.
    Finally I got Down to creating a new dummy asp.net application with a dummy report just displying the text TEST. This report Works fine when run from within VS, but if I deploy it to the web server on the Development machine I also get the unable to load report failure.
    I believe this is a configuration issue. The application has run fine for years, I just can't get it to Work on the new development machine.
    Please help
    Peter

    Make sure that process has read / write rights to the %TEMP% folder. Process Monitor may help.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • SCCM 2012 R2 reporting error: "The DefaultValue expression for the report parameter 'UserTokenSIDs' contains an error: A specified logon session does not exist. It may already have been terminated. (rsRuntimeErrorInExpression)"

    Hi,
    I have two SCCM environments under same active directory domain and one service account have been used for SCCM configurations on both the environments (QA and PRODUCTION). I am facing similar error as mentioned above while trying to fetch reports on
    PRODUCTION site, but the QA site is working fine, though same service account have been used for configuring both. While looking at the reportserverservice_<date> log on my Production DB server i see the following error
    "processing!ReportServer_0-3!2124!01/02/2015-09:09:30:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: , Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during
    report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot read the next data row for the dataset DataSet1. ---> System.Data.SqlClient.SqlException: Conversion failed when converting the nvarchar value 'Override
    Default' to data type int."
    My DB and SCCM primary site are different and the reorting services point is installed on remote DB server. Please help me resolving the issue.
    Troubleshooting performed:
    1.Disabled the registry key 'EnableRbacReporting' from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSRP to 0 and then restarted SSRS service and the reporting worked for some minutes after that the registry key reverted back to 1 automatically and
    reporting started throwing errors again.
    2. Checked with the permissions on DB whether or not 'sysadmin' role is assigned to the SCCM service account.
    3. re-registered the SQL management Provider WMI class.
    mofcomp.exe “C:\Program Files (x86)\Microsoft SQL Server\110\Shared\sqlmgmproviderxpsp2up.mof”

    Hi All,
    Finally found exact solution to the reporting error.
    Error: while launching SCCM reports (both from Console and web based) an unexpected error occured with error message as "The DefaultValue expression for the report parameter ‘UserTokenSIDs’ contains an error: A specified logon session does not exist.
    It may already have been terminated. (rsRuntimeErrorInExpression)"
    Solution: This is password replication issue for the domain account used to configure reporting services point in SCCM. If your SQL SSRS reporting services instance and databse runs with local default account whereas the reporting services point on SCCM
    primary site is configured with domain account, (As in My case) you need to perform the following in order to get rid of the error.
    Launch 'Reporting Services Configuration Manager' from the SQL SSRS box(either Local or Remote), Connect to Report Server Instance->Go to 'Execution Account' tab->Specify the 'Execution Account' as domain account and password which is used to configure
    Reporting Services Point in SCCM Primary Site, and then click apply.
    Now Lauch the report either way (Web based or from Console), the error will disappear and all your default reports will execute perfectly as before.

  • Crystal report error on Target Machine

    We have to provide application exe to our clients. The application is developed in Visual Studio.Net 2010 and by using SAP crystal report CRforVS_13_0. Client must be able to fire reports on their target machine on which the Dot Net framework and u201CCRforVS_redist_install_64bit_13_0_1u201C run time utility is installed. But it gives a crystal report error on the target machine.
    Our development and target machines have Win 7 Professional, 64-bit OS installed.
    Kindly provide us with an appropriate run time version for target machine in order to fire reports or any other solution in order to make our project work on target machine.
    Thanks!

    Thanks a lot Don for your valuable suggestions.
    We have already taken care of the points which you mentioned in your reply on development side. Also, we have downloaded crystal report from the link which you posted but on DEPLOYMENT side we are unable to run reports from our application.
    It gives the notification when we try to install crystal report on a target machine as "You must have visual studio 2010 installed in order to install the crystal report".
    The DEPLOYMENT problem we are facing is in RUNTIME environment on TARGET machine.  Our TRAGET machine has properly installed Win 7 Professional 64 bit,  .NET Framework Ver 4 and CRforVS_redist_install_64bit_13_0_1 . We also have properly installed application on this machine. We got no errors while installing any of the above. The problem starts when we fire a report on target machine from the application.
    We get the error as "The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception"
    So, we are looking for an appropriate RUN TIME version of Crystal Report which can be installed on the target machine to fire reports (where visual studio 2010 is not installed).
    Please help suggest an exact version to download for target machine and the steps if it has a specific procedure.
    Thank you!
    Ruchir

  • Crystal Report Error Message

    I searched first for this error and did not see anything...
    One (very useful) Crystal Report I've created work well then one day I'll get:
    Failed to open rowset.
    Details: S0000(ProvideX)(ODBC Driver)(FileIO)No data dictionary found for specified database
    (Parentheses are actually brackets but don't "Preview" as such.)
    I've tried re-establishing the database in Database Source and still nothing.  I can re-create it
    from scratch and it works fine again, then bang - the above error.  I first use the BI Reporter to
    setup the report, then switch to Crystal to edit and format it.  This works fine for many other
    reports created.
    Any help or direction is greatly appreciated.
    Thanks,
    Dave

    1.Exactly at what stage or step do you get the error.
    2.Does is point to a specific formula/object at this stage.
    2.What is the crystal reports version(Help>>About Crystal Reports)
    3.Database type and version.Database driver name and version.
    4.What happens if a new report is created using the same odbc connection.
    5. Has anything changed at the databse end.

  • BO 4.1 report errors out

    Please help me out with below issue
    We have a .net web application accessing BO 4.1 CMS server with SP2 through BO SDK for .net to display existing reports from BO Server and we have below environment
    QA Setup =>   .NET app server 1 + BO Server 1
    PROD Setup => .NET app server 2 + BO Server 1
    in above combination BO reports works as expected from PROD setup but getting below in consistency while accessing the reports from QA box
    1. Getting "Problem with server's security certificate" from QA instance of the app but the same BO server works fine from PROD. (verified the server certificate and its valid for another 4 years)
    2. after showing java applet window for a while report errors out and just display JRE runtime error without giving much debugg info
    3. browser profiler shows data getting downloaded on the client browser but still errors out
    we are generating the token as shown below and direct report URL ( with .jsp to call apache server) is passed to load the report to an iFrame.
            if (!ValidateToken(currentToken))
                SessionMgr ses = new SessionMgr();
                EnterpriseSession es = ses.Logon(AppSettings.BusinessObjectsUser, decrypter.DecryptString(AppSettings.BusinessObjectsPass), AppSettings.BusinessObjectsUrl, "secWinAD");
                LogonTokenMgr myToken = es.LogonTokenMgr;
                 return myToken.CreateLogonTokenEx("", 1440, -1);
    Could you please suggest how to make this work.
    Regards
    ANoop

    Hi All,
    Attaching the snapshot of webi report error returned on the application and trace returned on IE 9 developer tool
    1. webi report error
    2. Trace returned on IE 9 developer tool
    as the same BO server render the webi report on other asp.net application with same configuration, is there any way to find either from BO server or the location machine why the report error out... ?

  • Reporting Error while Restart to apply Recent Changes in OBIEE 11g in EM

    Hi Friends,
    I tried to open my rpd in online mode in OBIEE 11g, For that i went into EM for getting my rpd updated...
    So after all doing changes, I need to restart for applying changes, so I restarted the system components
    But only 80% of it started, remaining 20% is showing error and these are the error details
    "Restart failed with 2 errors: problems reported by coreapplication_obis1, coreapplication
    see detailed logs for more information"..
    The above is the error message that i got..
    The below are the log messages that reported error
    Message type: Error
    Message ID : -
    Message : SEVERE:Element type:BI_instance,element_id:coreapplication,operation result:failed_to_start, detail Message-Error in starting one or more components of Bi instance; please check the server log files for detailed information..
    Target : biadmin services(11.1.1)(Admin server)
    Target type : application deployment
    Log files : Admin server_diagnostic.log
    Message type: Error
    Message ID : -
    Message : SEVERE:element type:process, element Id: coreapplication_obis1, operation result: failed_to_start, detail message- operation failed: start; oracle instance: instance4; component; coreapplication_obis1;msg: 0 of 1 processes started..
    Target : biadmin services(11.1.1)(Admin server)
    Target type : application deployment
    Log files : Admin server_diagnostic.log
    Message type : Error
    Message ID : EM-02694
    Message : Supplementary information regarding operation: BI_instance:coreapplication; failed_to_start; error in starting one or more components of BI instance; please check server log files for detailed information..
    Target : em(Admin server)
    Target type : application deployment
    Log files : emoms.log
    Message type : Error
    Message ID : EM-02694
    Message : Supplementary information regarding operation: PROCESS:coreapplication_obis1; failed_to_start; operation failed: start; oracle instance:instance4;component:coreapplication_obis1;msg 0 of 1 processes started..
    Target : em(Admin server)
    Target type : application deployment
    Log files : emoms.log
    how to solve these errors, because of this i couldn't able to open my repository in online mode as well as cannot able to update my .rpd file in presentation services in obiee 11g..
    I couldn't able to understand the error that is pointing to me....
    Help me friends..........
    Regards,
    Harry...

    It's myself harry and i solved this problem, since this problem occurred for me as i tried to update my repository.rpd file for more than 5 times because of the error that it reported to me in my previous post...
    How i solved this error means, i deleted all the other .rpd files(out of 5 i deleted 4) and i made some changes in my rpd file in the administration tool and after that i tried to update my rpd in EM..
    Once it updated, then i gave restart to apply recent changes, after that my system components tempt to work as of 100%...
    Anyway friends thanks for your views.....
    Cheers
    Harry...
    Edited by: HariPrasad on Nov 13, 2010 2:59 AM

  • Adobe Photoshop CC worked one time? Now get Problem Report Error?

    Adobe Photoshop CC worked one time? Now get Problem Report Error?  tried for 3 days to get working... Help!  please

    I dug a wee bit deeper and thanks to
    Sami Vuoritie 1 month ago
    I was able to fix it. In Filebrowser-view I had a coverflow-preview mode on. Changing it to list-mode problems are gone!
    hope this works for you M00ch?

  • Payment not possible because of reported error Message no. FZ311

    i am a fresher in FI module... kidly give the solution  how to solve the error in automatic payment program..f110...
    i have attached my log here....
    Job log overview for job:
    F110-20140315-A1    -X / 13365701
    Date
    Time
    Message text
    Message class
    Message no.
    Message type
    ABAP program
    Screen no.
    15.03.2014
    13:36:59
    Job started
         00
        516
         S
    15.03.2014
    13:36:59
    Step 001 started (program SAPF110S, variant &0000000002023, user ID RAGU)
         00
        550
         S
    15.03.2014
    13:37:00
    Log for proposal run for payment on 15.03.2014, identification A1
         FZ
        402
         S
    15.03.2014
    13:37:04
    >
         FZ
        693
         S
    15.03.2014
    13:37:04
    > Additional log for vendor 100263 company code ALRF
         FZ
        691
         S
    15.03.2014
    13:37:04
    >
         FZ
        693
         S
    15.03.2014
    13:37:04
    >
    Due date determination additional log
         FZ
        799
         S
    15.03.2014
    13:37:04
    >
    Document 6
    004 line item 001 via INR      200.000,00-
         FZ
        700
         S
    15.03.2014
    13:37:04
    > Terms of payment: 15.03.2014    0  0,000 % 0  0,000 %    0
         FZ
        701
         S
    15.03.2014
    13:37:04
    >  00 days grace period is being considered
         FZ
        726
         S
    15.03.2014
    13:37:04
    >   Payment must take place before 15.03.2014; next payment on 16.03.2014
         FZ
        728
         S
    15.03.2014
    13:37:04
    > Item is due with 0,000 % cash discount
         FZ
        721
         S
    15.03.2014
    13:37:04
    >
         FZ
        693
         S
    15.03.2014
    13:37:04
    >
    Payment method selection additional log
         FZ
        699
         S
    15.03.2014
    13:37:04
    >
    Payment me
    thod selection for items due now to the amount of INR      200.000,00-
         FZ
        601
         S
    15.03.2014
    13:37:04
    > Payment method "C" is being checked
         FZ
        603
         S
    15.03.2014
    13:37:04
    > Street or P.O. box entry is missing
         FZ
        617
         S
    15.03.2014
    13:37:04
    > No permitted payment method exists
         FZ
        608
         S
    15.03.2014
    13:37:04
    Information re. vendor 100263 / paying company code ALRF ...
         FZ
        305
         S
    15.03.2014
    13:37:04
    ... payment not possible because of reported error
         FZ
        311
         S
    15.03.2014
    13:37:05
    End of log
         FZ
        398
         S
    15.03.2014
    13:37:06
    Job finished
         00
        517
         S

    Hello Experts,
    I am blocked with a strange issue which is similar to FZ311 mentioned above.
    Enclosing the screenshot for your reference.
    I am bit confused whether anything needs to be configured within the FBZP or it is purely the vendor master data .
    Any help will be appreciated.
    Kind Regards,
    Sanjay

  • Report error:ORA-06502:character string buffer too small. urgent!!

    Hi guys,
    My APEX version is 3.0.1.00.08, my application run on my test environment, but on PROD environment, it raised the error:
    report error:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    In this page, on the left is a tree, the right side is a tabular form, when I click one tree node, it will pass the current node id to the form and the form will display the children data. When I click some tree node, it will raise the ORA-06502 error, but when click some other nodes, it is correct. I don't know why. And on my test environment, it has no this error, the test environment has same version with prod environment, only has less data in database. Could you help me???
    I searched in forum, someone says it's LOV problem, if it's LOV problem, all the nodes should have error, why click some nodes are ok?
    Thanks !
    Jessica

    I don't think it is related only to the number of rows but also to the content of the rows. So, counting only the number of rows doesn't say anything about if it is going to work or not. My question: can't you filter those entries? Making a choice between 250 entries in a tabular form isn't a simple task. Using popup-key LOV instead would also be a solution. However, if you use popup-key LOV be aware of the fact that you need two index numbers for those.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Report errors out.

    All,
    One of my reports has a parameter (say entity_id) where the user can select one value (entity_id=1) or multiple values (entity_id=1, 2, 3, 4) or All (entity_id =*) values for that parameter (entity_id). The report handles all the 3 cases correctly but in case of 'All' the report errors out and I'm getting an error saying that
    the page cannot be displayed in IE This might be because of the huge data retrieved from the DB.
    When I run the report for single parameter value the report is taking about 4 to 5 secs. For two values in that parameter it’s taking about 8 to 9 secs and for 3 values in that parameter it’s taking 10-11 secs. So, if say, on an average it’s taking about 5 secs to run the report for one value. If the user selects ‘All’ for that parameter it might take upto 45 mins to run the report.
    Is there a timeout thing in BI Pub when the report is running?
    Any help is greatly appreciated !
    BI Pub Standalone Version 10.1.3.4
    Thanks

    Does the report error out or does the browser give up? I suspect the browser times out waiting. How much data is being retrieved with the All option? Typically if the report has not rendered within 10 secs then it ought to be scheduled rather than waiting for it i the browser.
    there is currently no method to allow the user to submit such a report and after 10 secs offer them the ability to schedule. All they can do is cancel the request and then schedule.
    Tim

Maybe you are looking for

  • A Universal Comparator using reflections

    Folks, <edit purpose="bump" secondaryPurpose="explain stuff a bit better"> Sorry I didn't explain what this thing is... and zero bites in the veiw of several active silver backs means, I presume, that I did something magorly wrong... so... This class

  • Uninstalling plug-ins for Safari, but not Firefox

    Hi all, I've been driving myself kind of nuts over this. Is there a way for a plug-in to be installed only for Firefox and not Safari? I like the built-in PDF reader in Safari, but I want the Schubert-IT PDF browser plug-in for Firefox. Both browsers

  • OSS notes relevant for FI/CO for upgrade from 4.7 to ECC 6.0

    Hello, I need the list of the applicable OSS notes relevant for the FI/CO module for upgrade from 4.7 to ECC 6.0 Thanks Sid

  • Xml type column

    Hi, This is my first time ever working with xml type column. I have a xml type column with name,value pairs. This xml type column needs to be indexed. How can I index this column(which index is suitable)? Also can xml type column be used in where cla

  • I don't speak German, why is the Podcast page in Deutsch????

    I am using ITunes 7.0.1. When selecting Podcasts in iTunes, I am sent directly to a German language page and can see no way to switch to English. Thanks for any help!! Chris