RadioButtonGroup unnecessary code?

I did a radio buttons, then a group of buttons radio I was part of a group like this:

var MyRBG:RadioButtonGroup is RadioButtonGroup.getGroup ('MyGroup');.
MyRBG.addEventListener (Event.CHANGE, ToggleTimeFormat);

But in the code example, there are a lot of "extra" code It looks like this:

var rbg1:RadioButtonGroup;
rbg1 = RadioButtonGroup.getGroup ("rbg1_meals13");
rbg1. AddButton (RB1);
rbg1. AddButton (RB2);
rbg1. AddButton (RB3);
rbg1.addEventListener (MouseEvent.CLICK, rbg1Change);
rbg1.setSelectedRadioButton (RB2);

Why do I need to run the function addButton and setSelectedRadioButton? It seems extremely redundant. Am I missing something here? It seems to work without them for me. Although I just had to change "MouseEvent.CLICK" to "Event.CHANGE.

QUESTION:

Is there an advantage to the use of the QNX on Flash TextField label?

QUESTION:

Is there a prize for pose a lot of questions? Anyway, event listeners must be removed manually, even if the place they have been created since then is no longer exists? I mean, if I have a MovieClip which adds a listener of events "OnEnterFrame". And then I remove the MovieClip, stop running event listener? So far, the answer seems to be that I need to remove it manually. But I would like an answer from someone who knows.

QUESTION FROM SIDE TO SIDE:

When the radio Exchange event group is running, is it possible to know which option has been selected without having to manually check each button? EDIT: I found a way to find which button has been clicked, but how can I identify what button is what when they don't have names? Compare the labels? Is it really the only/best way?

Hey Kai,.

Regarding the additional code in the example, the API is in beta, so there is a lot of redundant code. Also, I assume that they like to give you more options. So sometimes you don't need all this for your program works. So it's a hit or Miss kind of deal and his place to you to decide what you need.

In regards to the class label vs the TextField class, told us that QNX components are optimized for the touchscreen. so that leaves we assumed it is recommended we use QNX components wherever possible to ensure compatibility. again, it is to you.

Regarding the removal of Auditors, it is STRONGLY recommended that you manually remove event listeners when they are not in use. If you do not, then (every time his race randomly in the background) the garbage collector does NOT remove the object from memory, because there always a 'link' to the application. If in the short term that it won't change anything but in the long run, you can run into memory issues. so definitely delete manually.

Regarding the lack of knowing what radio button clicked I COMPLETELY agree that it is an oversight on the part of the API. I was in the same poistion. You would think there would be some sort of index to tell the buttons apart right? evil. There is just no useful values button instance. So what I've done in my apps is I extended the RadioButton class and added a new property to the index of the class. in this way, I can put in my application and tell him apart from the other buttons. Here is my custom radiobutton class:

CustomRadioButton.as:

package
{
    import qnx.ui.buttons.RadioButton;

    public class CustomRadioButton extends RadioButton
    {
        private var _index:int = -1;

        public function CustomRadioButton()
        {
            super();
        }

        public function set index(value:int):void
        {
            _index = value;
        }

        public function get index():int
        {
            return _index;
        }
    }
}

so in my application main I would set the radio button index manually, so I don't know what is clicked. hope that your problems cleared up. Good luck!

Tags: BlackBerry Developers

Similar Questions

  • Why generate code OR DAQmx to assist DAQ?

    If I set up a channel of AI using the DAQ Assistant why converting using NOR-DAQmx code generate the menu? It runs faster? What is the advantage of the conversion?

    Dave

    In addition, you have more control over DAQmx code vs express screws if you need configure the parameters that were not in the express VI, as export a trigger causes another trigger, you might add the code to do.

    Finally, the express VI contains probably more functions you really need.  A lot of unnecessary code.  With DAQmx, you put only what you use.  No unnecessary functions wasting time.

  • Can I remove this header code?

    function MM_findObj (n, d) {//v4.01
    var p, i, x;  if(!d) d = document; If ((p = n.IndexOf ("?")) > 0 & & parent.frames.length) {}
    d = parent.frames [n.Substring(p+1)] .document; n = n.Substring (0, p) ;}
    If (!) () x = d [n]) & & copyrights) x = d.all [n]; for (i = 0;! x & & i < d.forms.length; i ++) x = d.forms [i] [n];
    for (i = 0;! x & & d.layers & & I < d.layers.length; i ++) x = MM_findObj (n, d.layers [i] .document);
    If (! x & & d.getElementById) x = d.getElementById (n); Return x;
    }

    I'm cleaning up the old site with a lot of unnecessary code in the HEAD section.

    There is no animated buttons or frames on the site. I can lose it?

    Dirty pages are on www.fearlessselling.net

    Thanks a lot for your kindness.

    I checked all of your site, I think.  The only place where it is used, or found, fo rthat question, is on the homepage when you used it for the mouse function on the

    "Listen, our BlogTalk Radio show"

    link.

    So, if you want mouseover to work, you must leave the functions of Chief in place.

    --

    E. Michael Brandt

    www.divaHTML.com
    www.divahtml.com/Products/scripts_dreamweaver_extensions.php
    According to the standard scripts and the Dreamweaver Extensions

    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, and alia

    --

  • How to undo a step and go again StepIndex

    Hello

    I'm evaluating NI TestStand to determine if it meets the needs of a custom application.  The application must include a basic repeating sequence of activation outputs and verification of the response of the system (inputs).  This part seems to be a good target for NI TestStand.  However, so are the execution of these basic IO operations, the system must be capable of monitoring asynchronous.  These asynchronous monitors should occur in several fundamental stages of IO and must also be handled immediately in case of failure.  For example, to control the power supply for 10 steps and immediately stop the test if the supply voltage is insufficient.

    I'll use the supply voltage in the example for the rest of this discussion, but the final solution will have to implement several "monitors".  The condition of 'failure' of the supply voltage is when it falls below a certain limit, and the results of the tests are no longer valid.

    I was able to manage the execution of the MainSequence endpoint using a sous-suite that reads power and calls the Execution.TerminateAll () method when the supply voltage is lower than the limits (monitor).

    I'm now trying to cancel the current step and move on to a new StepIndex (in the MainSequence) after a failure of power supply (detected by a subsequence in a run in parallel).  The new StepIndex can contain the code defined by the user that will manage the error or reach a place that needs more power supply IT.  I hit a roadblock with the implementation.

    I can't find any information on how to cancel a step and proceed to the next step or step defined by the user.

    The only thread I found was here, but does not provide information on how to do what the Application engineer chosen to have a private conversation

    Someone at - it advice?

    There are probably a few different ways that you can implement the behaviour sought. I think with the information that you have provided, continuing to use Execution.Terminate () and take it one step further to implement a monitor in your termination process may be the most appropriate option.

    The monitor of termination is generally used in a code module that performs multiple iterations in a loop. It checks to see if the user has launched a cancellation outside the code module. If your code module is correctly designed, when he learned of the termination monitor that a dismissal has been hired, the loop will be terminated and the remaining unnecessary code will be ignored (I say useless because there might be some cleanup code in your code module that you want to run before leaving the code module). In your case, if you're not perform loops, you can check for a cancellation at several points in your code module. (Note that by default the TestStand waiting step type implements a monitor of termination and will honor a termination of employment)

    Once the code module ends, you can check whether or not a termination was launched at a step after the engine callback and set the desired behavior occurs is it a. (for example, you can cancel the termination and specify what you want to go, be it a call sequence or perform some test steps).

    If you decide to follow this approach, you must ensure that a monitor of termination is implemented in your code modules to appropriate, strategic places. You will also need to be aware that by substituting the engine post-etape callback, there is some added overhead and you will encounter a slightly stricken performance as it will sound at each stage that runs.

    This sounds like a viable solution? I hope this helps.

  • Sequencefileload freezes when calling DLL

    Hello

    I TestStand 4.1, and when calling a DLL on the MainSequence, everything seems to work fine, but if I call him on a SequenceFileLoad TestStand freezes on this step.

    What could be the problem?

    Kind regards

    Daniel Coelho

    Daniel,

    In fact, printf() can be the problem.  Because you are calling it in DLLMain, there are additional considerations you need to keep in mind.  Microsoft has a great page on these considerations here: http://msdn.microsoft.com/en-us/library/ms682583 (VS.85) .aspx

    Some excerpts:

    The entry point function must perform only the tasks of termination or simple to initialization. It should not call the LoadLibrary or LoadLibraryEx function (or a function that calls these functions), as this can create dependency loops in the DLL load order.

    Calling functions that require one dll other than Kernel32.dll can cause difficult to diagnose problems. For example, the calling user, Shell and COM functions may cause access violation errors, because some functions to other components of the system load. Conversely, calling functions of these courses of termination can cause an access violation because the corresponding component may already have been unloaded or errors not initialized.

    I'm sure that printf() is a shell command.  Also, while loading the file in sequence, it is likely that TestStand loading of DLLs or COM objects at the same time, which could conflict with a code that you have in DLLMain.

    Apart from that, Microsoft strongly recommends against any unnecessary code in DLLMain.  If this problem only may not be something to do with the products NOR, but more practical copies creation of DLL in general.

  • the ascending matrix column

    Hello

    I have data from a matrix (real numbers) and I need to put the columns in ascending order (so is the most important value column if you added all the lines to the top is the first, second second ect) so I can choose the larger columns, but I can't work on how to do this.

    Any help you can give is greatly appreciated.

    Thank you

    Nick

    I think you are looking for descending (don't not upward), otherwise the smallest column would be first. If you only need the largest column, moreover, there is no need to rebuild the entire table 2D.

    Here is a quick sketch (LabVIEW 8.2). The lower part is just the biggest column and its sum while the upper part allows to rebuild the whole of the 2D array sorted by the sum of the elements in each column. Choose what you need and remove unnecessary code.

  • Help! I can't initialize my VI after stopping it!

    Hi all

    really need help here... The problem is that all first, when I stop the vi to run and try to run again, he's not initialize the original values, instead, I have to make some kind of change to the block diagram (by changing some constant values for example) and den when I run once again, he is able to work properly. Clues on how to solve this problem?

    Of course, it is not initialize after the judgment. You have not written code to do. To do manually, all you had to do was select Edit > initialize default values. You also seem to have done run the program with the continuous run button. DO NOT USE. You need a certain time a loop around your box and initialization statement then it's simple.

    See the amendment attached. I also cleaned a part of unnecessary code.

  • Tricolor LED indicator

    I need to create a LED indicator that shows the status of success or failure of a device.  Green it has elapsed, red if it failed and no light if there is no condition defined yet.  The program runs some test and Pass/Fail unit based on the results of the tests.  So what the user should be able to the failure of the device by pressing the LED.  I created a program and attached it below.

    The program works as I would like that it but it's my first official VI LabVIEW and I was looking for comments/suggestions/comments or criticism.  I came with seems only a little complicated, is it? Or is there some control already integrated into LabVIEW that I missed.

    Any contribution is appreciated.

    Thank you

    Kevin

    Hmm, where to start...

    Congratulations on your first program work! Now it's time to get rid of 90% of unnecessary code and correct some rookie mistakes.

    1. It is unatural for switches toggle 'action lock '. Use the buttons.
    2. Use a single loop. The lower loop runs just as fast as the CPU permits, doing nothing most of the time while consuming CPU all available.
    3. All you need is a unique event structure. It can manage all user events.
    4. Since you want 3 colors, use a colorbox made to resemble a LED (howto). Now you need not property nodes at all.
    5. It feels strange to create a mouse down on an indicator event, but if that's what you want...
    6. I don't know why you have the enum as a witness, since you don't use it as an indicator.
    7. Your program is just full of local variables and the properties of the value. You don't need all those.
    8. Simplify!
    9. Simplify!
    10. Now, it's easy to add more features.

    Here is a quick sketch. See if it makes sense. Modify if needed.

  • How can I reduce the size of an e-mail signature because I am told that it is too large, truncated?

    How can I reduce the size of an e-mail signature because I am told that it is too large, truncated?

    original title: email signatures

    How did you compose the signature?  If you have used the word or some office products, its probably loaded with unnecessary code.  In Word save as html, but use the filtered HTML and which should reduce the size.

    All you really need is the basic HTML code such as:



    This is a signature.

    Here's a picture:


    You can copy and paste that into Notepad and add some text, formatting, and images you want.

    Steve

  • ToolBarMenuButton.AddMenuItem ApplicationMenuItemRepository

    Hello everyone.

    It's my problem.

    I use the ApplicationMenuItemRepository.addMenuItem method to add a menu item in the file Explorer. I want to launch my app

    only for certain types of files, only images.

    I found useful the fourth argument of the addMenuItem () method.

    void addMenuItem (long id, point ApplicationMenuItem, ApplicationDescriptor application, object context)

    I have this code for JPG images and it is ok.

    ToolBarMenuButton.AddMenuItem (ApplicationMenuItemRepository.MENUITEM_FILE_EXPLORER_BROWSE, Qualityvelocity, DPA, should new String ("image/jpg"));

    But, my question is, how to specify types of different images in this context object? GIF, jpg, png

    Thanks in advance and sorry for my bad English. :/

    Platform:
    Eclipse + 4.5 JDE component package
    Simulator v4.6, BB bold 9000

    It's true.

    Seems to be unnecessary code, but finally is the only way it works.

    ApplicationMenuItem imageMenuGIF = new PEdMenuItem();
    ApplicationMenuItem imageMenuJPEG = new PEdMenuItem();
    ApplicationMenuItem imageMenuPNG = new PEdMenuItem();
       
    amir.addMenuItem (ApplicationMenuItemRepository.MENUITEM_FILE_EXPLORER_BROWSE, imageMenuGIF, CCA, "image/png");
    amir.addMenuItem (ApplicationMenuItemRepository.MENUITEM_FILE_EXPLORER_BROWSE, imageMenuJPEG, CCA, "image/jpg" "");
    amir.addMenuItem (ApplicationMenuItemRepository.MENUITEM_FILE_EXPLORER_BROWSE, imageMenuPNG, CCA, "image/gif");

    Thank you!

  • need advice about the responsiveness of the file system

    I am writing an application that retrieves data from a url and stores it in the file system (under /store for now, but perhaps under /sdcard later). When I need to get out over http, the application always displays a message of 'work' and does the job in another thread. This way at least the user knows the app is not dead (or at least has that impression ). The worker thread invokes an executable to clear the message when it is done or encounters an error.

    When the application needs to do something about the local file system only, the situation looks different. The amount of work is not always very well - read or write a small (1-2KB) file, delete a file, etc.. In the Simulator, this seems to happen fairly quickly that the message of 'work' to the top of long enough not to be read. So I tried to do the job directly in the case where the wire and everything seems all right, at least on the Simulator.

    I read that the performance of the file system on real devices is slower than in the Simulator. The question I have is: how much slower? Are slow enough real devices for simple file operations that I should stay with the worker thread and a message of 'work '? The goal here is to prevent the user to ask if the app is dead. I realize that I could use a worker thread just to be safe, but I reduced on the complexity of its use and unnecessary code thread.

    Compared to the Simulator, all devices will be slow.  My experience with small files on the device indicates that looking to the answer for the second time with readings being the faster of course.

  • Cancel/Reset/Rollback to form does not work

    Dear all,

    I am a beginner in the ADF and am under Jdeveloper Studio Edition Version 12.2.1.0.0.

    I have a page that consists of two taskflows.

    First workflow has a fragment which is to have a table (not editable)

    Second task flow contains a form of the ADF

    On the form, I added a Cancel/Rollback button that has the following code

    < af:button text = 'Cancel' id = 'bAnnuler' actionListener = "#{pageFlowScope.salespersonsForm.doCancel} '"

    Icon="/icons/Cancel.PNG' iconPosition = 'top '.

    partialTriggers = "Bcreer bCancelInsert bSaveInsert".

    Binding = "#{pageFlowScope.salespersonsForm.buttonCancel}" immediate = "true" / > "

    {} public void doCancel (ActionEvent actionEvent)

    BindingContainer links = getBindings();

    DCIteratorBinding iter = (DCIteratorBinding) bindings.get ("SalespersonsUO1Iterator");

    Key currentKey = iter.getCurrentRow () .getKey ();

    OperationBinding operationBinding;

    operationBinding = bindings.getOperationBinding ("Rollback") (OperationBinding);

    Object result = operationBinding.execute ();

    SalespersonsForm.refreshView ();

    iter.setCurrentRowWithKey (currentKey.toStringFormat (true));

    }

    {} private static refreshView() Sub

    FacesContext fctx;

    fctx = FacesContext.getCurrentInstance ();

    CV of string;

    CV = fctx.getViewRoot () .getViewId ();

    ViewHandler vh = fctx.getApplication () .getViewHandler ();

    UIViewRoot ui = vh.createView (fctx, cv);

    fctx.setViewRoot (ui);

    }

    The foregoing is not useful, and there is no refresh of the data entered.

    Also after clicking this button the Next and Previous buttons start working strangely.

    Thanks and greetings

    Arif Khadas

    Current line of adjustment has nothing to do with refresh

    You must have removed another code and how you can stay on the current after cancellation line when the newly inserted row will be deleted?

    It's not logical, you can maintain state of the line only when you update a row

    Do not add unnecessary code

    Just call Rollback and run your viewObject, ResetActionListener is already added in the Cancel button. That's enough

  • Y at - it a syntax better/more runs to get data to and from stored procedures?

    To test the stored procedure call, I created a simple package

    create or replace package TEST_PROCEDURES as
    
    procedure Test1 (
       arg1 in number,
       arg2 in number,
    
       res1 out number,
       res2 out number);
    
    end;
    
    

    and a page with fields number four (P1_INPUT_2, P1_OUTPUT_1, P1_INPUT_1, P1_OUTPUT_2) and a button excuting the code following PL/SQL:

    declare
      arg1 integer;
      arg2 integer;
      res1 integer;
      res2 integer;
    begin
      arg1 := :P1_INPUT_1;
      arg2 := :P1_INPUT_2;
    
      TEST_PROCEDURES.Test1(arg1, arg2,
                            res1, res2);
                        
      APEX_UTIL.SET_SESSION_STATE('P1_OUTPUT_1', res1);
      APEX_UTIL.SET_SESSION_STATE('P1_OUTPUT_2', res2);
    end;
    
    

    It works, but it looks like a lot of unnecessary code to me. Any suggestions?

    TryingAPEX wrote:

    To test the stored procedure call, I created a simple package

    create or replace package TEST_PROCEDURES as

    procedure (Test1

    in number arg1,

    arg2 in number,

    RES1 number,

    Res2 number);

    end;

    and a page with fields number four (P1_INPUT_2, P1_OUTPUT_1, P1_INPUT_1, P1_OUTPUT_2) and a button excuting the code following PL/SQL:

    declare

    whole arg1;

    Whole arg2;

    integer res1.

    whole Res2;

    Start

    arg1: =: P1_INPUT_1;

    Arg2: =: P1_INPUT_2;

    TEST_PROCEDURES. Test1 (arg1, arg2,

    RES1, res2);

    APEX_UTIL. SET_SESSION_STATE ('P1_OUTPUT_1', res1);

    APEX_UTIL. SET_SESSION_STATE ('P1_OUTPUT_2', res2);

    end;

    It works, but it looks like a lot of unnecessary code to me. Any suggestions?

    Why would you do that? APEX may be referenced in the same way as all the other bind variables (although it is worth noting that their type is always VARCHAR2, so in this case, it will rely on the implicit conversion):

    begin
      test_procedures.test1(:p1_input_1, :p1_input_2, :p1_output_1, :p1_output_2);
    end;
    

    For the previous discussion on this topic, see set manually with PL/SQL session state .

    Always advanced postal code using the functionality of the syntax highlighted in the editor.

  • Works Datapump inside the SQL worksheet...

    Hi all

    "running the following code inside the spreadsheet and he just spits ' anonymous block completed.

    *****************************

    Set scan off

    Set serveroutput on

    escape game off

    whenever sqlerror exit

    DECLARE

    number of H1;

    errorvarchar varchar2 (100): = "ERROR";

    tryGetStatus number: = 0;

    Start

    H1: = dbms_datapump.open (operation = > 'IMPORT', job_mode = > job_name 'FULL' = > 'IMPORT_JOB_SQLDEV_73', version = > 'COMPATIBLE');

    tryGetStatus: = 1;

    dbms_datapump.set_parallel (handle = > h1, degree = > 1);

    dbms_datapump.add_file (handle = > h1, filename = > 'IMPORTtest2.LOG', directory = > 'DATA_PUMP_DIR', filetype = > 3);

    dbms_datapump.set_parameter (handle = > h1, name = > 'KEEP_MASTER', value = > 0);

    dbms_datapump.add_file (handle = > h1, filename = > ' ORAEU_COPIED.) (DMP", directory = >"DATA_PUMP_DIR", filetype = > 1);

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\APT_SYS_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/APT_SYS_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\APT_SYS_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/APT_SYS_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATA_MART_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATA_MART_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATA_MART_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATA_MART_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > UPPER ('C:\ORACLE\ORADATA\ORCL/DATA_STORE_DATA01.) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATA_STORE_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATA_STORE_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATA_STORE_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\RNET2_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/RNET2_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\RNET2_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/RNET2_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATA_AMA_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATA_AMA_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATA_AMA_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATA_AMA_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATASERVICES_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATASERVICES_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\DATASERVICES_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/DATASERVICES_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\ARC_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/ARC_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\MCSS_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/MCSS_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\MCSS_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/MCSS_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\IPAS_DATA01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/IPAS_DATA01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\IPAS_IDX01.)) DBF'), value = > SUPERIOR ('/ rdsdbdata/db/ORAEU_A/file/IPAS_IDX01.) DBF'));

    dbms_datapump.metadata_remap (manage = > h1, name = > 'REMAP_DATAFILE', old_value = > SUPERIOR ('C:\ORACLE\ORADATA\ORCL\PFIZERCMS_DATA01.)) DBF "), value = >"

    dbms_datapump.set_parameter (handle = > h1, name = > 'INCLUDE_METADATA', value = > 1);

    dbms_datapump.set_parameter (handle = > h1, name = > 'DATA_ACCESS_METHOD', value = > "AUTOMATIC").

    dbms_datapump.set_parameter (handle = > h1, name = > 'REUSE_DATAFILES', value = > 0);

    dbms_datapump.set_parameter (handle = > h1, name = > 'TABLE_EXISTS_ACTION', value = > 'REPLACE');

    dbms_datapump.set_parameter (handle = > h1, name = > 'SKIP_UNUSABLE_INDEXES', value = > 0);

    dbms_datapump. START_JOB (handle = > h1, skip_current = > 0, abort_step = > 0);

    dbms_datapump. Detach (handle = > h1);

    errorvarchar: = "NO_ERROR"

    EXCEPTION

    WHILE OTHERS THEN

    BEGIN

    IF ((errorvarchar = ' ERROR') AND (tryGetStatus = 1)) THEN

    DBMS_DATAPUMP. Detach (H1);

    END IF;

    EXCEPTION

    WHILE OTHERS THEN

    NULL;

    END;

    LIFT;

    END;

    /

    *****************

    all entries are appreciated

    Thank you

    Please let me know if you see a code problem

    What is your question has to do with Sql Developer?

    Unless you can connect you must mark ANSWERED thread and repost it in Sql and Pl/Sql forum

    the Japan Government says:

    Hi Jeff

    I expect that it runs the import at least.

    Get this error now on line 66:

    EXCEPTION

    WHILE OTHERS THEN

    BEGIN

    IF ((errorvarchar = ' ERROR') AND (tryGetStatus = 1)) THEN

    DBMS_DATAPUMP. Detach (H1);

    END IF;

    EXCEPTION---> line 66

    WHILE OTHERS THEN

    NULL;

    END;

    When you repost you should post the EXACT code you use. The code you posted is NOT valid: you must also REMOVE the WHEN of OTHER or you can expect everyone to book you to INTENTIONALLY HIDE any exceptions that occur. Why do you NOT want to know if Oracle finds problems in your code? That makes NO sense at all.

    IF ((errorvarchar = ' ERROR') AND (tryGetStatus = 1)) THEN

    There is NO SPACE after the "and" what is garbage just as far as Oracle are concerned.

    Either you have posted an incorrect code or your code has syntax errors and will not compile or run anyway.

    I suggest that correct you your syntax errors before reposting in the Sql forum. If you have pain to find their delete ALL unnecessary code to reduce the problem to the example as SIMPLE as possible, until you find the code causing errors.

  • Why do I get an error of meta tag?

    I ran seochat on my site and received the following errors:

    ERROR!

    • Title not found
    • Not found data description
    • No keywords data found

    My meta-tags are as follows:

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < name meta = "googlebot" content = "code" >

    < meta name = "googlebot" content = "noodp" >

    < name meta = "generator" content = "HTML Tidy for Linux (to March 25, 2009), see www.w3.org" / >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < title > seat mosquito < / title > < name meta = "viewport" content = "width = device-width, original scale = 1.0" / >

    < name meta = "description" content = "we focus on providing products of high quality mosquito bait and creamm shaving of luxury with a commitment to customer satisfaction - we do everything we can to meet your expectations for the best price and quality mosquito bait and shaving cream" / >

    < name meta = "author" content = "metatags generator" / >

    < name meta = "robots" content = "index, follow" / >

    < meta content = "revisit-after" name = "3 month" / >

    <! - mosquito, pest, bugs, trap, trap mosquitoes, loving mosquito attractant, flowtron, megacatch, brome, shaving, cream of shaving, bait, bait, kaboom - >

    Can someone tell me what is the problem and how to fix?

    Thanks in advance

    Stop using the tool you are using. It is horribly outdated and give you bad advice and erroneous results when you check against it.

    I was going to write a long post "why you don't need these metatags", but I thought it would be easier to show you...

    Straight from the mouth of Google: tags Meta includes Google - search Console Help

    After these tags, virtually everything is at best, increase of unnecessary code that gets completely ignored.

Maybe you are looking for