Team development in Apex 4.0

Hi,
I want to know how to get values in Assignee, Release and Application select lists in Features in Team Development in Apex 4.0. In the Application select list i m not getting even the applications which are created in my workspace.
Please guide.

So, with the help of Dan...
??? I went to Features and it was a popup. I swear I clicke the icon and nothing. Of course I was out with the team last night and may not be at my most reliable.
Went to Bugs > Create Bug and it Application context is a drop down. My workspace applications were there. Did not create a bug.
Went back to Features and the popup now had the application....
I know how a select list works, so I must be wrong...
However, the filter on the Team Development page must be a select distinct from the features table (WWV_FLOW_FEATURES). The challenge here is that being a lightweight app a user can decide to user milestone or features or both... since milestones don't have app but do have release it seems there is a disconnect in the data flow.
My idea of the data/process flow.
Milestones
-- Features
---- To do / Feedback / Bugs
---- Feature
------ To do / Feedback / Bugs
---- Feature N
------ To do / Feedback / Bugs
And all can be stand alone. But almost all need to relate back to an application and application does not seem to propgate down... too much logic if the hierarchy is not set.
But at least for my lightweight needs at a small client this will be a good tool.

Similar Messages

  • Date format in Team Development

    Hi,
    Is it possible to customize date format in interactive reports being a part of Team Development? It is preset to MM-DD-YYYY.
    Cheers
    Arek

    Hi Arek,
    not that I'm aware of. But you could try to define your own column with "Action > Format > Compute" and use
    TO_CHAR(XX, 'DD-MON-YYYY')Just an idea.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Feedback/Team Development module in Runtime environment

    Hello Apex experts,
    I couldn't find anything about this in documentation. The apex application I am working on has Dev, Test (run time only), Prod(run time only). I just enabled feedback page on development application, planning to move it to test. So when a user submits a feedback from test or prod, how can I access it since there are no Team development module in run time environments.
    Thanks in advance,
    Apexsan

    Hi there,
    not yet.
    The next strange thing is: My old LR4 installation has the same error now.
    But I may found the issue. A wrong color profile in the Microsoft windows color management. I ran process monitor in the background while running LR and recognized that LR tries to load this profile again and again (as if it where stuck in a loop).
    Will change the profile now and test again.
    /EDIT:  It is the color profile of the monitor. LR is working again :-)

  • Export team development features/milestones

    Hello
    Is it possible to export team development features/milestones ?
    Apex 4.1
    Kind Regards Erik

    Hi,
    you should be able to do that via export workspace, check http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/deploy_export.htm
    Regards.
    Bas

  • Team Development with Subversion

    Hallo,
    we have a model with nearly 1,900 tables. We were on Oracle Designer before and now started with a fresh reverse engineered Data Modeler model. Since Data Modeler does not have a database repository like Designer had, we use integrated subversion for team development.
    However, we encounter some serious problems when working like that. Please consider the following example:
    - First, I do a checkout on the subversion repository to build my initial working copy. I do that whithin SQL Developer (the integrated modeler)
    - Second, I model one new table in the modeler and save the whole design.
    - Afterwards I look at pending changes (outgoing) and see, that I seem to have altered a lot of other tables, that I did not touch.
    - We saw changes from merely username to switches between not-null and nullable columns.
    - The issue is not always reproducable, but it occurs very often.
    This behaviour makes it nearly impossible for us to develop a model in the team. If I comitted that state, it would have led to a faulty model.
    I'd like to ask you if anyone also saw those problems. Am I alone with that? Any ideas on how to solve the issue?
    I'd be able to provide details for the development team.
    Thanks in advance,
    Ralf

    Meanwhile we found some regularities.
    1. scenario: Compound foreign keys (mandatory or not is unclear).
    Create the following in a db-schema of your choice:
    drop table modeler_a;
    create table modeler_a
    a_id number ,
    a_id2 number,
    constraint a_pk primary key (a_id,a_id2) enable );
    drop table modeler_b;
    create table modeler_b
    ( b_id number ,
    b_a_id number not null,
    b_a_id2 number null,
    constraint b_pk primary key (b_id) enable,
    constraint a_fk foreign key (b_a_id , b_a_id2) references modeler_a ( a_id , a_id2) enable );
    create index modeler_b_a_fk_idx on modeler_b
    b_a_id,
    b_a_id2
    I am not sure if you need the index, but do it.
    Now perform a reverse engineering via Import-Functionality in the modeler.
    Do not save the design, see first if you find b_a_id number not null, you will find it. And you will find b_a_id2 null.
    Now save the design, maybe close and reopen it. Look at table modeler_b again. You'll find both fk columns not mandatory, which means nullable.
    This is why a versioned save would have outgoing changes though the user changed nothing.
    I understand, that from the modeler-perspective it is not ok to have a mandatory foreign key with one column mandatory and the other not. In my opinion the change should be the other way round: It should make the nullable column not null and the foreign key mandatory. And it should inform the user about the change.
    2. scenario: Changes of changed_by though nothing was changed.
    I could not produce a simple testcase yet. The thing is, that I checkout a fresh working copy, save the design (changing nothing) and see outgoing changes because the changed-by-field has changed to my user name. Not all tables are affected.
    Other scenarios will follow.
    Best regards,
    Ralf
    Edited by: duenker on Oct 4, 2011 9:15 AM

  • Team Development with JDeveloper

    I'd like to know whether JDeveloper is well designed for developing Java applications in a team (at the moment, the team members are working at the same place, but this may change)
    Thanks for your answer!
    Uschi

    But Why can't I check In/Out the file which store in directory named with spaces in WinNT?
    Is there any bug fixes online?
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JDev Team (Laura):
    Ushchi,
    JDeveloper has recently started working on more team development features. It can be integrated with a source control system using our custom addins, and our 3.2 release will provide support for the Oracle Repository.
    For more information on the custom addins, see the online walkthrough demos available on the JDeveloper OTN page.<HR></BLOCKQUOTE>
    null

  • Tab controls and team develop enviroment

    I just tried to insert a control to the form and I realised that there is tab controls available to insert.
    I would like to know does DW have tab control, if yes, any way to access it?
    by the way, does DW have version control for team develop enviroment?
    Your information is great appreciated,
    iccsi

    Thanks for the message,
    Do you mean that I need plug in a version control or CF has its own version controls?
    If it has how can I access it?
    Thanks again for helping,
    iccsi

  • Complex forms - lots of data - Developer vs Apex

    We are considering a conversion from Developer to Apex. One of the problems appears to be the level of format control for presenting information in Apex.
    One of our key forms presents a huge amount of data 18 elements (on three rows) per order for multiple orders plus header information about the customer, part descriptions of the part, etc.
    I have looked at many Apex examples (the demos are necessarily simple) but haven't found any that approach the level of complexity. (I understand that we will need to take a fresh look and perhaps adopt some new approaches.)
    My concern is that we simply won't have enough format control using Apex.
    Can anyone direct me to a really complex, dense application as an example of what can be accomplished in Apex. (screen shots would be terrific if I can't have access to the application)

    Hello,
    My concern is that we simply won't have enough format control using Apex.APEX gives you 100% control over the layout and look and feel of the design of your application.
    Is it the fact that you feel you don't have enough control with the typical table-based layout in Apex? If so, then why not use the CSS based layout instead?
    Let me phrase it another way...there are some incredibly complex website layouts out there on the internet, and since ultimate an APEX application is just HTML/CSS/JavaScript etc, then you can "reverse engineer" pretty much anything you see out there in Apex.
    As for complex sites, I've seen quite a few of them, however our own site (Apex Evangelists) is a completely CSS based layout (there are a few tables tucked away there when we couldn't avoid using them) -
    http://www.apex-evangelists.com
    I'm not pretending our site is particularly complex (although there are some more complex client-facing pages 'inside'), however it does show that non-table based layouts are perfectly possible in APEX.
    Hope this helps,
    John.
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com

  • Custom development new apex theme.

    Fyi.
    i m oracle apex and oracle plsql developer.
    now i m facing development new apex theme(Custom).
    any one have steps to develop my Custom apex theme?
    so help me out for this.
    Thanks

    Harry wrote:
    Fyi.
    i m oracle apex and oracle plsql developer.
    now i m facing development new apex theme(Custom).
    any one have steps to develop my Custom apex theme?
    so help me out for this.
    Thanks
    >Fyi.
    i m oracle apex and oracle plsql developer.
    now i m facing development new apex theme(Custom).
    any one have steps to develop my Custom apex theme?
    This is a big topic and it's not really possible to cover it in the format of a forum post.
    Developing a complete theme requires a good knowledge of HTML and CSS (and increasingly of JavaScript and a JS framework like jQuery). It's beyond the scope of this forum to provide information on the basics of HTML and CSS, and/or web and UI design in general.
    See this classic Cloning your Corporate UI with HTML DB blog post (HTML DB was the former name of APEX).
    Before going further you should be familiar with the documentation relating to the use of themes, templates and CSS in APEX: Oracle® Application Express Application Builder User's Guide, Chapter 11: Managing Themes and Templates
    Once you get started, if you have specific questions relating to the inclusion in APEX of particular HTML, CSS, JS frameworks, or components then those are the questions it is appropriate to ask here (after consulting the documentation and searching the forum and web for prior relevant discussions, and according to the guidelines in the FAQ and sticky threads).
    With APEX we're fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with the issue, which we can then see at first hand.

  • Local development for APEX Cloud

    I would like to develop an APEX cloud app locally and offline (my PC). Later, I'll deploy it to the cloud for testing when finished. I understand that the APEX/DB in the cloud only provides a sub-set of the features of a local APEX/DB installation. To make sure I develop a solution that will run in the cloud and not depending on features not supported, I would like to set up my local PC with the same limitations as the cloud instance. Is there a script/patch etc. that can be run to limit local features (or privs to them) to mimic the same premises and enviroment as when running in the cloud? (I think such exists for MS Azure local development).

    Hi,
    Here you can find what privileges are granted to application schema when you create new workspace and you do not Re-use existing schema for parsing schema.
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/priv_db_user.htm#sthref2982
    If you stick with those I'm 100% sure you will not encounter problem related privileges in any hosted APEX environment.
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Project Considerations for Team Development not work

    Dear All
    how can tell the responsible of this site "Oracle ADF Insider" about any link is not working ?
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html
    i try many times to see this sample but it not work
         Project Considerations for Team Development April 2011
    regards

    you can mail [email protected] regarding this.
    who has created this video.
    Edited by: Nikhil Gokhale on Apr 29, 2011 7:45 PM

  • Best browser to develop for ApEx, Firefox or Internet Explorer

    Greetings!
    I have a simple question, which is the best web browser for doing Oracle ApEx (Applications Express)? I already know the answer, Firefox, but Firefox is blacklisted by my current employer.
    My primary reason for asking such a question is to help me make a case to my company internet security officers to allow Firefox to be installed on the work stations of the ApEx developers. Currently, we are restricted to using Internet Explorer (IE 6.x) only.
    The security of Firefox has been sited for not allowing it's installation or use on any computers on our corporate network. There are some who believe that IE 6.x is more secure that Firefox 3.x.
    My expertise as a seasoned ApEx developer who has used both and has become a better and more efficient developer since using Firefox along with the Firebug plug-in. Firefox and Firebug allow a JavaScript debugging that is far superior to JavaScript debugging utility that is available for IE 6.x.
    Please make any suggestions that may help me to present a compelling argument for allowing Firefox to be allowed on the systems of the ApEx development team members.
    Thanks,
    Charles

    Hello Charles,
    Seems you have all the right information and arguments at hand:
    My expertise as a seasoned ApEx developer who has used both and has become a better and more efficient developer since using Firefox along with the Firebug plug-in. Firefox and Firebug allow a JavaScript debugging that is far superior to JavaScript debugging utility that is available for IE 6.x.
    There are some who believe that IE 6.x is more secure that Firefox 3.x..
    Ask these people to support their believe by evidence.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • Are applications developed in Apex 3.1 compatible on Apex 4.1.0?

    Hi guys,
    I've only started working on Oracle Apex since version 4.1 and currently working on an application in DEV (apex 3.1) to be moved to prod (in APEX 4.1).
    I got no idea regarding compatibility, whether the whole application wont work or certain documented features doesn't work.
    Could any APEX gurus who developed application 3.1 and deployed in 4.1, could you please share your experience if there is anything I should be watching out for?

    Hello,
    Marc advised you:
    >> and I would advice against developing on 3.x and deploying to 4.x.
    Just in case you don’t know, Marc is a member of the development team and responsible, among other things, to the Tabular Forms development. This feature was considerably enhanced between 3.x and 4.x. Although, as Marc pointed out, things you develop on 3.x should work well on 4.x, but by developing on 3.x you are missing a lot of great new features that can make your life much easier, and Tabular Form is just one example. You should read the What’s New section of the 4.x documentation to get a clue on what you might be missing by continue developing on 3.x.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

  • Application Developed in Apex 3.2 is not working Apex 4.1

    Hi,
    We have few application developed using oracle apex 3.2 and oracle 10g enterprise edition as the database also have a Apache tomcat server configured in the system. These application are running fine have no issue in production instance.
    I recently installed Oracle Apex 4.1 and Oracle 10g Express Edition in my local machine to test these application in oracle 4.1. I took the same database dump and installed in the local machine no issues with the database side. I installed the application that are developed in 3.2 and installed in new local instance but this is not working.
    It show >>Internet Explorer cannot display the webpage
    Please suggest me what might be the issue how to trouble shoot this issue.
    Thanks
    Sudhir

    I don't understand reading so many tract file starting with
    xe_s00??Most of the trace file show about {Embedded PL/SQL Gateway:} it shows is metioned below
    Embedded PL/SQL Gateway: (wppr.c,495) Pl/sql block parsed...
    Embedded PL/SQL Gateway: (wpdenv.c,1528) CGI Environment has 33 vars. Max name len 128, Max Value Len 512
    Embedded PL/SQL Gateway: PLSQL_GATEWAY(14)=(6)WebDb
    Embedded PL/SQL Gateway: GATEWAY_IVERSION(17)=(2)2
    Embedded PL/SQL Gateway: SERVER_SOFTWARE(16)=(42)Oracle >>Embedded PL/SQL Gateway/10.2.0.1.0
    Embedded PL/SQL Gateway: GATEWAY_INTERFACE(18)=(8)CGI/1.1
    Embedded PL/SQL Gateway: SERVER_PORT(12)=(5)8080
    Embedded PL/SQL Gateway: SERVER_NAME(12)=(16)XDB HTTP Server
    Embedded PL/SQL Gateway: REQUEST_METHOD(15)=(4)GET
    Embedded PL/SQL Gateway: QUERY_STRING(13)=(36)p=4000:1500:3165980474173701::NO:::
    Embedded PL/SQL Gateway: PATH_INFO(10)=(3)/f
    Embedded PL/SQL Gateway: SCRIPT_NAME(12)=(6)/apex
    Embedded PL/SQL Gateway: REMOTE_HOST(12)=(1)
    Embedded PL/SQL Gateway: REMOTE_ADDR(12)=(10)127.0.0.1
    Embedded PL/SQL Gateway: SERVER_PROTOCOL(16)=(9)HTTP/1.1
    Embedded PL/SQL Gateway: REQUEST_PROTOCOL(17)=(4)tcp
    Embedded PL/SQL Gateway: REMOTE_USER(12)=(10)ANONYMOUS
    Embedded PL/SQL Gateway: ORACLE_SSO_USER(16)=(1)
    Embedded PL/SQL Gateway: HTTP_CONTENT_LENGTH(20)=(2)0
    Embedded PL/SQL Gateway: HTTP_CONTENT_TYPE(18)=(1)
    Embedded PL/SQL Gateway: HTTP_USER_AGENT(16)=(71)Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
    Embedded PL/SQL Gateway: HTTP_HOST(10)=(15)127.0.0.1:8080
    Embedded PL/SQL Gateway: HTTP_ACCEPT(12)=(10)text/html
    Embedded PL/SQL Gateway: HTTP_ACCEPT_ENCODING(21)=(5)gzip
    Embedded PL/SQL Gateway: HTTP_ACCEPT_LANGUAGE(21)=(6)en-IN
    Embedded PL/SQL Gateway: HTTP_COOKIE(12)=(344)ORA_WWV_REMEMBER_UN=SUDHIR:DEVELOPMENT; PUBLIC_ORA_WWV_USER_63113903525053=-1; ORA_WWV_USER_63113903525053=2AD259DDAF6770BE05FEF29509B68F5F; LOGIN_USERNAME_COOKIE=sudhir; WWV_CUSTOM-F_1638610445865577_111=CC022FAB479054CF32361C22B789D7EE; ORA_WWV_ATTRIBUTE_PAGE=4495%2C%23ALL; WWV_CUSTOM-F_1638610445865577_107=19291B8FC60BA1A47916DE46EE85F01C
    Embedded PL/SQL Gateway: HTTP_REFERER(13)=(127)http://127.0.0.1:8080/apex/f?p=4000:1:3165980474173701::NO:RP:FB_FLOW_ID,F4000_P1_FLOW,P0_FLOWPAGE,RECENT_PAGES:109,109,109;|,
    Embedded PL/SQL Gateway: WEB_AUTHENT_PREFIX(19)=(1)
    Embedded PL/SQL Gateway: DAD_NAME(9)=(5)apex
    Embedded PL/SQL Gateway: DOC_ACCESS_PATH(16)=(5)docs
    Embedded PL/SQL Gateway: DOCUMENT_TABLE(15)=(23)wwv_flow_file_objects$
    Embedded PL/SQL Gateway: PATH_ALIAS(11)=(1)
    Embedded PL/SQL Gateway: REQUEST_CHARSET(16)=(9)AL32UTF8
    Embedded PL/SQL Gateway: REQUEST_IANA_CHARSET(21)=(6)UTF-8
    Embedded PL/SQL Gateway: SCRIPT_PREFIX(14)=(1)
    *** ACTION NAME:() 2012-06-27 16:52:32.213
    *** MODULE NAME:() 2012-06-27 16:52:32.213
    *** CLIENT ID:() 2012-06-27 16:52:32.212
    Embedded PL/SQL Gateway: (wpd.c,1960) Begin header parsing...
    Embedded PL/SQL Gateway: (wpd.c,2009) Got a line (47 bytes): X-ORACLE-IGNORE: IGNORE
    Embedded PL/SQL Gateway: (wpd.c,2027) X-ORACLE-IGNORE parsed
    Embedded PL/SQL Gateway: (wpd.c,2009) Got a line (47 bytes): X-ORACLE-IGNORE: IGNORE
    Embedded PL/SQL Gateway: (wpd.c,2027) X-ORACLE-IGNORE parsed
    Embedded PL/SQL Gateway: (wpd.c,2009) Got a line (47 bytes): X-ORACLE-IGNORE: IGNORE
    Embedded PL/SQL Gateway: (wpd.c,2027) X-ORACLE-IGNORE parsed
    Embedded PL/SQL Gateway: (wpd.c,2009) Got a line (47 bytes): X-ORACLE-IGNORE: IGNORE
    Embedded PL/SQL Gateway: (wpd.c,2027) X-ORACLE-IGNORE parsed
    Embedded PL/SQL Gateway: (wpd.c,2009) Got a line (77 bytes): Content-type: text/html; charset=utf-8
    Embedded PL/SQL Gateway: (wpd.c,2108) Parsed header - Content-Type:text/html; charset=utf-8
    Embedded PL/SQL Gateway: (wpd.c,2009) Got a line (43 bytes): X-Frame-Options: DENY
    Embedded PL/SQL Gateway: (wpd.c,2168) Parsed header - X-Frame-Options:DENY
    Embedded PL/SQL Gateway: (wpd.c,2009) Got a line (43 bytes): Content-length: 40155
    Embedded PL/SQL Gateway: (wpd.c,2082) Parsed header - Content-Length:40155
    Embedded PL/SQL Gateway: (wpd.c,2009) Got a line (1 bytes):
    Embedded PL/SQL Gateway: (wpd.c,2016) End of headers detected
    Embedded PL/SQL Gateway: (wpd.c,1882) Parsed begin
    owa.get_page(:data__,:ndata__);
    end;
    Embedded PL/SQL Gateway: (wpd.c,1898) Bound drec variablesEmbedded PL/SQL Gateway: (wpcs.c, 76) Executed 'begin dbms_session.reset_package; end;' (rc=0)
    Embedded PL/SQL Gateway: (wpd.c,1818) Going to close cursor
    Embedded PL/SQL Gateway: (wpx.c,660) Normal completion
    Embedded PL/SQL Gateway: (wpx.c,688) Shutdown has been called
    Embedded PL/SQL Gateway: (wpx.c,700) Going to logoff
    *** SESSION ID:(527.737) 2012-06-27 16:52:37.533
    Embedded PL/SQL Gateway: (wpdenv.c,679) script_name='/apex' path_info='/f'script_prefix='' dad_name='apex'
    Embedded PL/SQL Gateway: (wpdenv.c,792) User-Agent is Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
    Embedded PL/SQL Gateway: (wpdenv.c,1412) dadname = 'apex', path_info = 'f'
    Embedded PL/SQL Gateway: (wpdenv.c,1451) Service will NOT use dynamic auth
    Embedded PL/SQL Gateway: (wpx.c,394) Initialized successfully 0
    Embedded PL/SQL Gateway: (wpx.c,316) SetRemoteUser : Remote User set to ANONYMOUS for this request.
    Embedded PL/SQL Gateway: (wpx.c,480) Auth info from .APP file is being used
    Embedded PL/SQL Gateway: (wpd.c,1729) Attempting to logon with '(unknown)'
    Embedded PL/SQL Gateway: (wpu.c,1499) DBCharSet=>AMERICAN_AMERICA.AL32UTF8 OWAVersion=10.1.2.0.4 (101204) OWAMatch=>1 (rc=0)
    Embedded PL/SQL Gateway: (wpd.c,1763) Logged in as (unknown)
    Embedded PL/SQL Gateway: (wpx.c,593) Going to select...
    Embedded PL/SQL Gateway: (wpx.c,647) Have been asked to execute a request
    Embedded PL/SQL Gateway: (wppa.c,335) Building Arglist based on Parsed Content from WRB
    Embedded PL/SQL Gateway: (wppa.c,1015) Enter ParseUrlData
    Embedded PL/SQL Gateway: GET
    Embedded PL/SQL Gateway: (wppa.c,1064) Getting Values from QUERY_STRING
    Embedded PL/SQL Gateway: [headers begin]
    Embedded PL/SQL Gateway: HTTP_COOKIE(11): (343)ORA_WWV_REMEMBER_UN=SUDHIR:DEVELOPMENT; PUBLIC_ORA_WWV_USER_63113903525053=-1; ORA_WWV_USER_63113903525053=2AD259DDAF6770BE05FEF29509B68F5F; LOGIN_USERNAME_COOKIE=sudhir; WWV_CUSTOM-F_1638610445865577_111=CC022FAB479054CF32361C22B789D7EE; ORA_WWV_ATTRIBUTE_PAGE=4495%2C%23ALL; WWV_CUSTOM-F_1638610445865577_107=19291B8FC60BA1A47916DE46EE85F01C
    Embedded PL/SQL Gateway: [headers end]
    Embedded PL/SQL Gateway: p=109:1:3165980474173701:::::
    Embedded PL/SQL Gateway: Identifier legal p(notconverted)
    Embedded PL/SQL Gateway: (wppa.c,1514) indx = 1, entryCnt = 1
    Embedded PL/SQL Gateway: (wppa.c,1834) Listing distinct actual names:
    Embedded PL/SQL Gateway: (wppa.c,1836) p
    Embedded PL/SQL Gateway: (wppa.c,1838) Listing actuals of array with large entries:
    Embedded PL/SQL Gateway: (wppa.c,1843) Listing distinct actual names and values:
    Embedded PL/SQL Gateway: (wppa.c,1875) p, type = 0, value (28) = 109:1:3165980474173701:::::
    Embedded PL/SQL Gateway: (wppa.c,430) Arglist built, 1 unique entries
    Embedded PL/SQL Gateway: (wpx.c,654) Going to wpprodb_OciDoBlock...
    Embedded PL/SQL Gateway: Identifier legal f(notconverted)
    Embedded PL/SQL Gateway: (wppr.c,435) start working with f
    Embedded PL/SQL Gateway: (wppr.c,1017) lcase(procname): f
    Embedded PL/SQL Gateway: (wppr.c,1296) The CALL block: len=1067, bind_count=9What is the next step to make the 3.2 developed application work.
    Thanks
    Sudhir
    Edited by: Sudhir_Meru on Jun 27, 2012 5:09 AM
    Edited by: Sudhir_Meru on Jun 27, 2012 5:11 AM

  • Import an application developed in apex 4.2 to apex 4.1

    I imported my application that i've been developing in 4.1 into 4.2 apex.oracle. I didn't realize it's only forward compatible so when I tried to import back to 4.1, i wasn't able to.
    Is there any way I can import the app back to apex 4.1?
    help is greatly appreciately.
    jadu

    No.. Once you import an application into HIGHER version of APEX, it is modified to that version.. This is a suggestion, but I would advise having some sort of version control in this case, so you can go back to a prior version easily...
    Thank you,
    Tony Miller
    Ruckersville, VA

Maybe you are looking for

  • Oracle Instant Client is a memory hog?

    Hi all, I am having (potentially) an issue that I need to confirm with folks out there. I am not a DBA - I have a decent understanding of SQL and have been exposed to several RDBMS's, but this is my first time developing in PHP specifically with Orac

  • Default Program

    How do you change the default program used to open, say a .doc file?

  • Error ID:CLIENT_RECEIVE_FAILED in ABAP PROXI

    Hi All, I am working on File to ABAP Proxy scenario. I am getting following error in SXMB_MONI when i tried to post some message. Error ID:CLIENT_RECEIVE_FAILED Error Category: INTERNAL error trace as follows:   <SAP:Category>XIServer</SAP:Category>

  • Updated iTunes to 11.4 iMessage Quit Working

    I just updated my iTunes to 11.4 and instantly my iMessage quit working on my MacBook Pro...anyone else have this problem?  Anyone know how to fix it? When I go to iMessage>Preferences>Accounts there is nothing in the password field.  I enter my appl

  • How to run an AIR app from Javascript in browser?

    Does anyone know how to do this?