What's the meaning of Stats Tables?

Hi,
I'm trying to use the DBMS_STATS for gathering statistics.
I've launched the following:
BEGIN
dbms_stats.create_stat_table (ownname=>'MYOWNER',stattab=>'STAT_TAB');
dbms_stats.gather_table_stats(ownname=>'MYOWNER',tabname=>'MYTABLE',stattab=>'STAT_TAB');
END;
and when I go and watch the STAT_TAB table I find it's been created with this description:
SQL> desc STAT_TAB
Name                                      Null?    Type
STATID                                             VARCHAR2(30)
TYPE                                               CHAR(1)
VERSION                                            NUMBER
FLAGS                                              NUMBER
C1                                                 VARCHAR2(30)
C2                                                 VARCHAR2(30)
C3                                                 VARCHAR2(30)
C4                                                 VARCHAR2(30)
C5                                                 VARCHAR2(30)
N1                                                 NUMBER
N2                                                 NUMBER
N3                                                 NUMBER
N4                                                 NUMBER
N5                                                 NUMBER
N6                                                 NUMBER
N7                                                 NUMBER
N8                                                 NUMBER
N9                                                 NUMBER
N10                                                NUMBER
N11                                                NUMBER
N12                                                NUMBER
D1                                                 DATE
R1                                                 RAW(32)
R2                                                 RAW(32)
CH1                                                VARCHAR2(1000)
How can I undestand the meaning of the columns? I can't get the meaning of the names Oracle has assigned by default, I suppose. My version is Oracle 8.1.7.
Thanks

I think the analyze command was used in 8.1.7, but I can't say that I've used it. You should be using DBMS_STATS, and the stat table will contain information regarding the stats that are collected. So the stats table will hold values like the number of rows, number of distinct rows, min value, max value, etc about each table that you gather stats on. It also depends on the settings you use, like if you have histograms on.
In 10G, the defaults for DBMS_STATS have changed so be careful with that. Some info about it here:
http://www.ora00600.com/scripts/statistics/gathering_statistics.html

Similar Messages

  • What is the meaning of "PSEUDO" and "NONE" in v$session table.

    Hi
    What is the meaning of "PSEUDO" and "NONE" in v$session table.
    V$SESSION:
    SERVER      VARCHAR2(9)      Server type (DEDICATED| SHARED| PSEUDO| NONE)
    thanks
    siva

    PSEUDO is the server column's value of killed sessions, until they are cleaned up by PMON.
    A dedicated server session will always have DEDICATED as server value, while a shared server session has SHARED when it's active, and NONE when it's inactive.

  • Could you tell me what's the meaning of the logfile-path and log-level?

    we are running an productive xml database. but it is not stable now. Sometime it would report resource conflict error while you access xmldb via http protocol. I read the database logs and listener logs, but no abnormal message could be found. So, I want to find more information from the xmldb logs. While I run select DBMS_XDB.cfg_get().getclobval() from dual, I found that there are several logfile-path and log-level tags and I guess that these would be xmldb logs. Does anyone know what's the meaning of these tags?

    I wondered about that one often too. I didn't have a chance yet to investigate (but maybe Mark will elaborate a little here), my guess is that it / or will be a possibility to enable tracing regarding the protocols or servlets.
    Though It look like if you enable it it will trace to the XML file defined in the xdbconfig.xml. I also guess that (because there is also a XSD counterpart) that one could create an resource that streams the errors into a XDB ftp or http or ... xmltype table based on these settings.
    This would be great because it would mature the protocol server regarding functionality. You could enable the tracing and see what happens. Until now the documentation doesn't give much extra insight...
    <!-- FTP specific -->
    <element name="ftpconfig">
    <complexType><sequence>
    <element name="ftp-port" type="unsignedShort" default="2100"/>
    <element name="ftp-listener" type="string"/>
    <element name="ftp-protocol" type="string"/>
    <element name="logfile-path" type="string" default="/sys/log/ftplog.xml"/>
    <element name="log-level" type="unsignedInt" default="0"/>
    <element name="session-timeout" type="unsignedInt" default="6000"/>
    <element name="buffer-size" default="8192">
    <simpleType>
    <restriction base="unsignedInt">
    <minInclusive value="1024"/> <!-- 1KB -->
    <maxInclusive value="1048496"/> <!-- 1MB -->
    </restriction>
    </simpleType>
    </element>
    <element name="ftp-welcome-message" type="string" minOccurs="0"
    maxOccurs="1"/>
    </sequence></complexType>
    </element>
    <!-- HTTP specific -->
    <element name="httpconfig">
    <complexType><sequence>
    <element name="http-port" type="unsignedShort" default="8080"/>
    <element name="http-listener" type="string"/>
    <element name="http-protocol" type="string"/>
    <element name="max-http-headers" type="unsignedInt" default="64"/>
    <element name="max-header-size" type="unsignedInt" default="4096"/>
    <element name="max-request-body" type="unsignedInt" default="2000000000"
    minOccurs="1"/>
    <element name="session-timeout" type="unsignedInt" default="6000"/>
    <element name="server-name" type="string"/>
    <element name="logfile-path" type="string"
    default="/sys/log/httplog.xml"/>
    <element name="log-level" type="unsignedInt" default="0"/>
    <element name="servlet-realm" type="string" minOccurs="0"/>
    ...etc...

  • What's the meaning of the various .bin files used by SAM?

    hey everyone,
    I'm trying to understand why exactly there are so many .bin files used by the SAM, and how to compile each one of them.
    My .rc file for the simulation contains:
    load bin reset.bin 0xfff0000000
    load bin q.bin 0xfff0010000
    load bin openboot.bin 0xfff0080000
    load bin nvram1 0x1f11000000
    load bin 1c1t-md.bin 0x100000
    load bin 1c1t-hv.bin 0x180000
    load bin disk1.img 0x1f40000000
    I don't understand why I have 3 different files - reset.bin, q.bin and openboot.bin when I would have expected only one bootfile.
    I also don't know what's the meaning of the 1c1t-md.bin file (what md stands for).
    If anyone could clear this subject for me, and also point me to the sources of each such file (if they exist in the project, and assume they do, at least for most of them), I'd be grateful.
    Thanks,
    Mintz Yuval

    Hi,
    Sorry I haven't replied sooner.
    I get your project now and it sounds pretty cool.
    Let me answer your last question first. The service processor resides a separate motherboard running independently of the N2 processor. The SP and N2 processor communicate via a I2C link which allows the SP to read and alter the state of the N2. The cpu, caches, NIU, memory, etc. are all connected by this link. Once the N2 is running, the SP and the N2 firmware may exchange messages via a mailbox protocol over the I2C.
    nvram1.bin is a configuration file that is OBP specific. On HW, it would be a little ROM that obp reads during the boot. Since it's in memory, SAM doesn't make any assumptions about it. You can remove it or rework it to suit u-boot.
    disk.img is the contents of a virtual disk which contains the root filesystem. This is essentially a ram disk which has been added to SAM's version of the hypervisor and/or obp. On HW, the firmware does not support this kind of virtual ram disk. For SAM, I'm pretty sure that obp is extended to create a device tree node for the virtual disk. Hypervisor may not know about the virtual disk.
    Since disk.img is a UFS (or other Solaris-oriented) filesystem, you will probably want to replace it with a ext3 or Linux-oriented filesystem. Since Linux has direct kernel support for ramdisk, you might be able to build/configure the kernel with the location of the root filesystem image in memory. Or this might be a u-boot option.
    As to 1c1t*.bin and reset.bin. On HW, the service processor is responsible for discovering all the devices and cpus on a system and writing the machine description file (e.g. 1c1t*.bin) and the reset firmware (e.g. reset.bin). These files are used during boot and various resets to initialize or reinitialize machines state for the cpus and all the i/o devices. Since SAM doesn't include a service processor, these files are static and created completely outside of SAM. The md*.bin files contents must match the configuration of cpu's in the sam.rc file -- firmware will fail if it tries to run code on a strand that is missing.
    The md and reset.bin files are used during the boot process to set-up CMT registers and do a little bit of i/o device initialization. SAM doesn't support reset modes such as warm reset.
    I hope this helps. Let me know if you need me to track down more details.
    Cheers,
    Stephen

  • What is the meaning of partition by statistics

    Hi All
    What is the meaning of partition by statistics ?
    I could not grasp it meaning.
    I have a fact table that has about 2.8 million records and around 8 dimensions
    I currently am parititioning it by time as each time period has equal number of records

    Murtuza:
    Certain processes generate postings above and beyond the entered information, eg. cash discounts or rounding etc.  these internally generated items are posting relevant but were not entered by user/transaction.  in this way that flag identifies the cause for the posting.
    regards,
    bill.

  • What is the meaning of HeuristicHazard

    Hi
    I am new to XA and getting some bizzare exceptions ... I read your article and
    got inspider to ask you this question ...
    What is the meaning of HeuristicHazard
    We are using WLS8.1 and uisng XA as we want to maintain a transaction context
    between our DB and JMS publisher ..
    the exception looks like this ...............
    java.rmi.RemoteException: Exception while commiting Tx : Name=[EJB dbnexus.server.ejb.clientapi.DocumentManagerBean.store(dbnexus.comm.data.DataStream)],Xid=BEA1-0035FEE57A8B60BFCDEB(140482544),Status=Committed,HeuristicErrorCode=XA_HEURHAZ,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds
    since begin=129,seconds left=119,XAServerResourceInfo[nexus_connection_pool]=(ServerResourceInfo[nexus_connection_pool]=(state=committed,assigned=LONGRTDbnexusMS2),xar=nexus_connection_pool),SCInfo[LON-INT-GRTDbnexus+LONGRTDbnexusMS2]=(state=committed),properties=({weblogic.transaction.name=[EJB
    dbnexus.server.ejb.clientapi.DocumentManagerBean.store(dbnexus.comm.data.DataStream)]}),local
    properties=({}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=LONGRTDbnexusMS2+lonindapip4.uk.db.com:10001+LON-INT-GRTDbnexus+t3+,
    XAResources={},NonXAResources={})],CoordinatorURL=LONGRTDbnexusMS2+lonindapip4.uk.db.com:10001+LON-INT-GRTDbnexus+t3+);
    nested exception is:
    javax.transaction.HeuristicMixedException: (nexus_connection_pool, HeuristicHazard,
    I will be obliged if you find some time to reply to my email .......................
    Thanking you in advance
    Tanmoy Das

    HeuristicHazard Exception is internally thrown by weblogic transaction subsystem. If transaction is rolled back or commited and somebody tries to rollback or commit same transaction again, we internally throw heuristic hazard exception.
    This can happen in scenarios like this.
    When we start the transaction, we put xid in the tlog file. Once we commit/rollback transaction and it is successful, we remove entry for that xid from tlog files. If something happens after transaction is commited/rolledback but tlog entry is not removed, at server startup we do recovery process
    and we will try to commit/rollback this tx which is already completed. In this case we throw heuristichazard exception. Generally, this exception is harmless.
    Thanks,
    Mitesh
    Tanmoy wrote:
    Hi
    I am new to XA and getting some bizzare exceptions ... I read your article and
    got inspider to ask you this question ...
    What is the meaning of HeuristicHazard
    We are using WLS8.1 and uisng XA as we want to maintain a transaction context
    between our DB and JMS publisher ..
    the exception looks like this ...............
    java.rmi.RemoteException: Exception while commiting Tx : Name=[EJB dbnexus.server.ejb.clientapi.DocumentManagerBean.store(dbnexus.comm.data.DataStream)],Xid=BEA1-0035FEE57A8B60BFCDEB(140482544),Status=Committed,HeuristicErrorCode=XA_HEURHAZ,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds
    since begin=129,seconds left=119,XAServerResourceInfo[nexus_connection_pool]=(ServerResourceInfo[nexus_connection_pool]=(state=committed,assigned=LONGRTDbnexusMS2),xar=nexus_connection_pool),SCInfo[LON-INT-GRTDbnexus+LONGRTDbnexusMS2]=(state=committed),properties=({weblogic.transaction.name=[EJB
    dbnexus.server.ejb.clientapi.DocumentManagerBean.store(dbnexus.comm.data.DataStream)]}),local
    properties=({}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=LONGRTDbnexusMS2+lonindapip4.uk.db.com:10001+LON-INT-GRTDbnexus+t3+,
    XAResources={},NonXAResources={})],CoordinatorURL=LONGRTDbnexusMS2+lonindapip4.uk.db.com:10001+LON-INT-GRTDbnexus+t3+);
    nested exception is:
    javax.transaction.HeuristicMixedException: (nexus_connection_pool, HeuristicHazard,
    I will be obliged if you find some time to reply to my email .......................
    Thanking you in advance
    Tanmoy Das

  • What is the mean of condition index in pricing condition

    hi
    my question is what is the mean of conditon index in pricing condition type what is the use of it give me ascenario.

    hi nag
    A customer-defined list of conditions that allows quicker access to condition records or a group of condition records.
    <a href="https://forums.sdn.sap.com/click.jspa?searchID=4774296&messageID=3962335">condition index</a>
    Condition Index can be created for particular condition type to maintain condition record. The condition index along with the condition update field in condition type (T.Code: V/06) restricts the usage of condition type for limited sales orders, condition base value or condition value.
    Features of condition Index:
    When checked this specifies whether the system updates one or more condition indices when maintaining condition records.
    This makes it possible to list or maintain condition records independently of condition type and condition table
    Message was edited by:
            Prashanth Goud

  • What is the @ mean here?

    select count(*) from proddta.fz15002@oneworld, proddta.fz15001@oneworld, proddta.f0101_aec_nonhr_view@oneworld where fz15001.jhz15doisy = 'R1'...............................
    I know proddta is schema name, and fz15002 and fz15001 are table names.
    I am wondering what is the @ mean here? and what is the oneworld supposed to be here?
    Thanks

    user8117130 wrote:
    I know proddta is schema name, and fz15002 and fz15001 are table names.
    I am wondering what is the @ mean here? and what is the oneworld supposed to be here?
    select * from user_db_links where db_link = 'ONEWORLD'

  • What is the meaning of the black line in the Layer 2 View?

    In the layer 2 View,there are many black line indicate "Ethernet 100M",what is the meaning?Does it mean the device is an end device that connected PC only?

    Since there has been no response to your post, it appears to be either too complex or too rare an issue for other forum members to assist you. If you don't get a suitable response to your post, you may wish to review our resources at the online Technical Assistance Center (http://www.cisco.com/tac) or speak with a TAC engineer. You can open a TAC case online at http://www.cisco.com/tac/caseopen
    If anyone else in the forum has some advice, please reply to this thread.
    Thank you for posting.

  • MM - PO - what is the meaning of this button?

    Dear friends,
    Could anybody help me with one question.
    There is a strange button in a Purchasing Order on the Account Assignment tab page on this screenshot (it is marked with red color).
    Screenshot below
    http://content.foto.mail.ru/mail/raiden87/81/i-84.jpg
    What is the meaning of this button? When it is used for?
    I hope that anybody knows the meaning =)

    hi raiden,
    as for as i have gone through the issue I have come to know that:
    If you want to use multiple account assignment for a line item in PO then at that moment you will have to first press the "repeat on " button. only after that multiple account button will be active that is just before your "repeat on " button.
    Steps:
    1:Save your PO.
    2:Go to transaction code ME22N to change the PO.
    (Here you will firstly see that the multiple a/c assignment button is firsty gray.It will become active only after when you press the "repeat on" button).
    I hope It will be helpfull for you.
    regards,
    Aslam Ansari.

  • So I have an iPad with the smart cover, and it's usually supposed to turn on the iPad when u open it, but it's no doing that for me. Nor is it turning off without pressing the button. What is the meaning of this?

    So I have an iPad with the smart cover, and it's usually supposed to turn on and off the iPad when u open it and close it, but it's not turning on for me. Nor is it turning off without pressing the button. What is the meaning of this?what caused it to be this way? Is there someway that I could fix it?

    Wait a sec did this just start?
    You set up the smart cover function in settings (you did that, right?) so, if you did that and it's failed you make an appointment at your nearest Genius Bar now.

  • What are the fields in BDC table

    hi
    what are the fields in BDC table. what is the last entry

    hi,
    BDC table structure
    FIELD                     TYPE                            DESCRIPTION
    Program                CHAR (8)                      Program name of transaction.
    DynPro                   CHAR (4)                      Screen number of transaction.
    DynBegin               CHAR (1)                      Indicator for new screen.
    Fnam                     CHAR (35)                     Name of database field from screen.
    Fval                       CHAR (80)                     Value to submit to field.
    Hope this is helpful, Do reward.

  • What are the differnet type of tables in mdm ?

    hi experts i am new to mdm. just i have refered some documents in that the have created some table and fileds ,taxnomy,lokups,.......
    so can any one give me the bref ida on
    what is mdm ?
    what are the different type of tables in mdm ? What is the requirement for the selection of table?
    what is a feld ? what are the diff type of fealds in mdm ? And requriement ?
    what is taxnomay ? And Requriement or where or when we can use ?
    what is lookups in mdm ? what is lookup tables in mdm ?
    what is mdm console ?
    what is mdm data manager. ?
    what is mdm import manager ?
    what is mdm syndicator ?
    please any body answer this questions .

    Hello Praveen,
    Below are the the all possible links of books,articles... etc for MDM.
    http://hosteddocs.ittoolbox.com/RD021507b.pdf
    demo
    http://www.sap.com/community/int/innovation/esoa/demo/MDM_demo/index.html
    http://www.asug.com/DesktopModules/Bring2mind/DMX/Download.aspx?TabId=66&DMXModule=370&Command=Core_Download&EntryId=3431&PortalId=0
    MDM
    http://www.asug.com/DesktopModules/Bring2mind/DMX/Download.aspx?TabId=66&DMXModule=370&Command=Core_Download&EntryId=1666&PortalId=0
    SAP Netweaver MDM Overview
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b09b548d-7316-2a10-1fbb-894c838d8079
    SAP NETWEAVER MDM Leverage MDM in ERP Environments - An Evolutionary Approach -
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4059f477-7316-2a10-5fa1-88417f98ca93
    Master Data Management architecture patterns
    http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0703sauter/
    MDM and Enterprise SOA
    http://www.saplounge.be/Files/media/pdf/Lagae---MDM-and-Enterprise-SOA2007.10.10.pdf
    Effective Hierarchy Management Using SAP NetWeaver MDM for Retail
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70ee0c9e-29a8-2910-8d93-ad34ec8af09b
    MDM World
    http://mdm.sitacorp.com/
    MDM: Master Data for Global business
    http://www.sitacorp.com/mdm.html
    MDM Master Data Management Hub Architecture
    http://blogs.msdn.com/rogerwolterblog/archive/2007/01/02/mdm-master-data-management-hub-architecture.aspx
    Improve Efficiency and Data Governance with SAP NetWeaver MDM
    http://www.sapnetweavermagazine.com/archive/Volume_03_(2007)/Issue_02_(Spring)/v3i2a12.cfm?session=
    Data Modeling i MDM
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d4211fa-0301-0010-9fb1-ef1fd91719b6
    http://www.sap.info/public/INT/int/index/Category-28943c61b1e60d84b-int/0/articlesVersions-31279471c9758576df
    SRM-MDM Catalog
    http://help.sap.com/saphelp_srmmdm10/helpdata/en/44/ec6f42f6e341aae10000000a114a6b/frameset.htm
    http://events.techtarget.com/mdm-ent/?Offer=DMwn716mdm
    http://viewer.bitpipe.com/viewer/viewDocument.do?accessId=6721869
    http://searchdatamanagement.bitpipe.com/data/search?site=sdmgt&cr=bpres&cg=VENDOR&sp=site_abbrev%Asdmgt&cp=bpres&st=1&qt=MasterDataManagement
    http://viewer.bitpipe.com/viewer/viewDocument.do?accessId=6721819
    http://www.dmreview.com/channels/master_data_management.html
    http://searchdatamanagement.techtarget.com/originalContent/0,289142,sid91_gci1287620,00.html?bucket=NEWS&topic=307330
    MDM Console -- http://help.sap.com/saphelp_mdmgds55/helpdata/en/88/9f9c427055c66ae10000000a155106/frameset.htm
    MDM Import manager --http://help.sap.com/saphelp_mdmgds55/helpdata/en/43/120367f94c3e92e10000000a1553f6/frameset.htm
    MDM DataManager --http://help.sap.com/saphelp_mdmgds55/helpdata/en/43/e0615a82b40a2ee10000000a11466f/frameset.htm
    MDM Syndicator --http://help.sap.com/saphelp_mdmgds55/helpdata/EN/43/5fe0e8a55f5f6be10000000a1553f6/frameset.htm
    Rgds
    Ankit

  • What is the meaning of this column in the pricing  procedure?

    Dear Gurus,
    What is the meaning of this column in the pricing procedure?
    thanks..

    subtotal field : Subtotal field is used to pass the value to some other field in PO .
    for ex: using value 9 you pass the value to field komp-brtwr. so that this can be used in  any other routine in the pricing procedure.
    requirement field: if there is a scenario that condition type should come in pricing on some condition like vendor country is india. in that case use create the requirment and attached this requirement.in this requirment you put logic and set the sy-subrc value 4 or 0.

  • What is the meaning of e system- jvm:infop=25a84f41,a='7.1.0.746',0='9.50.0.80',h=e000f03

    what is the meaning of e system- jvm:infop=25a84f41,a='7.1.0.746',0='9.50.0.80',h=e000f03 when i press alt+L+G+L+G on my bb 9220 i have that situation,but when i press alt+L+G+L+G on the other device i come different situation.what i must to do?

    deepspace wrote:
    i2b converts form int tot byte.
    If you don't use this instruction, the int will probably simply be chopped off at 1 byte.
    The casting does this:
    Narrowing Conversions: when an integer type is cast to another integer type of a smaller n number of bits, all but the n lowest-order bits, will be truncated.
    Yes, if instructions that yields integer results, such as iload_<n>*, are not proceeded with an i2b* instruction then the bastore* instruction, for example, would truncate the 32bit word into 8bits. But what option is there anyway? Maybe not proceeding an instruction, such as iload_<n>*, with i2b* will cause the bastore* instruction to forcibly compress a 32bit word into an 8bit byte?
    Please, if you would look at the output of the programs, that I discussed earlier in this post, you would notice the results are exactly the same, regardless to if the iload_<n>* instruction is proceeded with i2b* or not; it is analogous to the NOP*, No Operation, instruction used by microprocessors; however, conversely, the i2bmnemonic implies it actually performs a function. This is why I was questioning the pragmatic* reasoning behind it's usage. I just want to understand what is happening!
    I have posted this question to 3 different developer sites, including java.sun.com/j2se forums, and HAVE YET to get a DEFINITIVE* answer. All I get is the obvious answer but that is my problem, isn't it OBVIOUS* that 32bits must be truncated to 8bits to fit into a byte? I could understand if i2* transformed the 32bit word in some way but as evidence by the programs I posted earlier this is not the case. The values I passed to thoses methods ranged from -255 to 255, inclusive!!! Should I use values ranging from java.lang.Integer.*MIN_VALUE* to java.lang.Integer.*MAX_VALUE*, inclusive, instead?
    h4.
    Please read the posting and look at the output and you will understand my conundrum
    -----

Maybe you are looking for

  • I am getting an Alert, that says, "The URL is not valid and cannot be loaded.

    Can't think of anything else to say.

  • Spry Validation form objects

    I have just been looking at the Spry validation form objects like the textfileds and the checkboxes etc, and I like what I see, but I wandered how I might deal with them once filled in and the form is submitted. Currently, I create forms manually and

  • Need a Word Processor

    I have an iPhone but am about to spend more $$ than I want to on a micro notebook computer (Sony Vaio UX I think) because I need to create simple documents when on the road and don't want to carry my iBook along. My question is, based on the availabl

  • Adding multiple attachments

    Hi, In the standard CRM web UI for sSolution Manager 7.1 SP08 it is not possible to add multiple attachments to a transaction (service request). Now a user has requested me to find out how much effort it would take to fulfil that requirement. Did som

  • Javascript not working in Firefox

    Hi My javascript looks something like this.. <script type="text/javascript"> function formSubmit(){ var targetURL = "http://www.xyz.com?"; targetURL = targetURL + "sectorCode=" + searchform.sectorCode.value + "&tradeCode=" + searchform.<portlet>Prope