end users connect to a node only!

Hello

I'm new to CARS. My environment: 10gAS (two nodes), 11 2 RAC GR (2 knots), on solaris10. I see all the users to connect to a single node. where the other node is fine.


SQL > select a.inst_id, instance_name, gv program $ INSTANCE has, gv$ session b where a.inst_id = b.inst_id and
2 user name as "HRAPPS";

INST_ID SELECT INSTANCE_NAME PROGRAM
---------- ---------------- -------------------------------
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode2 (TNS V1 - V3)
1 mod11g1 frmweb@asnode2 (TNS V1 - V3)
1 mod11g1 frmweb@asnode2 (TNS V1 - V3)
1 mod11g1 java@asnode2 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode2 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode2 (TNS V1 - V3)
1 mod11g1 frmweb@asnode2 (TNS V1 - V3)
1 mod11g1 frmweb@asnode2 (TNS V1 - V3)
1 mod11g1 frmweb@asnode2 (TNS V1 - V3)
1 mod11g1 frmweb@asnode2 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
1 mod11g1 frmweb@asnode1 (TNS V1 - V3)
.......


tnsnames.ora on two application server nodes

CONNDB11 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = racdb1-vip)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP) (HOST = racdb2-vip)(PORT = 1521))
(LOAD_BALANCE = OFF)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = mod11g)
)
)


Grid@*racdb1* $ crs_stat t

Name Type State target host
-----------------------------------------------------------------------
ORA. DATA.dg ora... up.type racdb1 online
ORA. FRA.dg ora... up.type racdb1 online
ORA... ER.lsnr ora... uh game racdb1 online
ORA... N1. LSNR ora... uh game racdb2 online
ORA... N2. LSNR ora... uh game racdb1 online
ORA... N3. LSNR ora... uh game racdb1 online
ORA.asm ora.asm.type racdb1 online
ORA. Eons ora.eons.type racdb1 online
ORA. GSD ora.gsd.type offline offline
ORA.mod11g.db ora... se.type racdb2 online
ORA... network... ora rk.type racdb1 online
ORA. OC4J ora.oc4j.type offline offline
ORA.ons ora.ons.type racdb1 online
ORA... SM1.asm online racdb1 online request
ORA... B1. LSNR apply online racdb1 online
ORA.racdb1.GSD application OFFLINE OFFLINE
ORA.racdb1.ons online racdb1 online request
ORA.racdb1.VIP ora... t1.type racdb1 online
ORA... SM2.asm online racdb2 online request
ORA... B2. LSNR apply online racdb2 online
ORA.racdb2.GSD application OFFLINE OFFLINE
ORA.racdb2.ons online racdb2 online request
ORA.racdb2.VIP ora... t1.type racdb2 online
ORA.scan1.VIP ora... ip.type racdb2 online
ORA.scan2.VIP ora... ip.type racdb1 online
ORA.scan3.VIP ora... ip.type racdb1 online



Grid@*racdb2* $ crs_stat t

Name Type State target host
------------------------------------------------------------
ORA. DATA.dg ora... up.type racdb1 online
ORA. FRA.dg ora... up.type racdb1 online
ORA... ER.lsnr ora... uh game racdb1 online
ORA... N1. LSNR ora... uh game racdb2 online
ORA... N2. LSNR ora... uh game racdb1 online
ORA... N3. LSNR ora... uh game racdb1 online
ORA.asm ora.asm.type racdb1 online
ORA. Eons ora.eons.type racdb1 online
ORA. GSD ora.gsd.type offline offline
ORA.mod11g.db ora... se.type racdb2 online
ORA... network... ora rk.type racdb1 online
ORA. OC4J ora.oc4j.type offline offline
ORA.ons ora.ons.type racdb1 online
ORA... SM1.asm online racdb1 online request
ORA... B1. LSNR apply online racdb1 online
ORA.racdb1.GSD application OFFLINE OFFLINE
ORA.racdb1.ons online racdb1 online request
ORA.racdb1.VIP ora... t1.type racdb1 online
ORA... SM2.asm online racdb2 online request
ORA... B2. LSNR apply online racdb2 online
ORA.racdb2.GSD application OFFLINE OFFLINE
ORA.racdb2.ons online racdb2 online request
ORA.racdb2.VIP ora... t1.type racdb2 online
ORA.scan1.VIP ora... ip.type racdb2 online
ORA.scan2.VIP ora... ip.type racdb1 online
ORA.scan3.VIP ora... ip.type racdb1 online



Please advise,
Thank you

The client connection string explicitly disables load balancing. Oracle® Database Net Services Administrator's Guide States:

>
Where the value indicates to Oracle Net, in order to move up the list IP addresses in random order, the load balancing across different listeners. When set to off, instructs Oracle Net to try the addresses in the order until we succeed.
>

As I read that, when set off, try the 1st IP (contained in the address list). It is available. Thus, the connection is established. Only when the 1st IP is available n ot, is considered the 2nd IP in the list.

Tags: Database

Similar Questions

  • display the text in the navigation bar when the user connects

    Hi all

    I'm (still ) on Apex 4.2.6.

    Currently, I have in my page templates, the following code snippet:

          <div class="logoBar">

              <img src="#IMAGE_PREFIX#themes/theme_125/images/logo_.png" />

              <h1><a href="#HOME_LINK#" id="uLogo">#LOGO#</a></h1>

            <div class="userBlock">

              <span>Username: &APP_USER.</span>

              #NAVIGATION_BAR#

            </div>

          </div>

    I have an obligation to display the user name (APP_USER) and of the company the user works for point Application AI_COMPANY, only when the user is connected. When the user is not connected; instead of these elements, I must show a connection link. Well, I know how to display a link to the login page, only when the user is not authenticated, using the navigation bar. Currently, when a user is not authenticated; the page shows: username: person. It's because he's in my page template. How can I show only the user name when the user connects? And then only display the name of the company?

    My first thought was to add an item in the navigation bar. But these elements comes in the form of links. Is it possible to add a navigation bar element and let it display as text? Of course, I could write a dynamic action on page 0 to remove the link, but I'm looking for a nicer sollution or better.

    I have apreciate your help!

    I take it, you use the same model of your home page and login page.

    You could use 2 different models or get out your elements in your model and put them in page 0.

    You can then make them conditional based on the number of page

    Gus

  • The new version of DPS still requires the end user to have a web connection?

    Is it possible to publish for all content is maintained in the application in accordance with the current version?

    Hi Mike,.

    We no longer support the unique style edition of apps. Your end users will need to have an available network connection to initially get the content, although once they have read it puts us in cache on the device.

    Neil

  • Help!  End users with Reader only impossible to save the document that they fill out forms...?

    Hello and thank you in advance for your help!

    I have the full version of Acrobat 9 Standard, but I also have the trial version of Acrobat X Pro, in the hope that she would do what I need it to do.

    In my business, I have a 30 page document in PDF with form in all fields.  I send this form to my clients, and they fill it in, sign it and send it back.  I wish they were able to save the document so that they do not have to fill out the 30 pages together in one sitting, they can work on the forms for a bit, then reopen later.  So far, many of my clients have complained that they are unable to save the document at all.

    In addition, even if I'm here, I would also mention that I would like for these customers to put digital signatures on these documents rather than having to print, sign and scan or fax for me to hide.  I have white signature on the PDF in question, but I want to be sure that my customers end users having ONLY the reader can this sign digitally.

    Help?  Suggestions?  Thanks in advance!

    -BTM

    You must enable Extended Reader rights in Acrobat X Pro (file - save

    ACE - Reader Extended PDF - enable additional rights...) before sending the

    files of the users.

  • ISE: advise users that EAP - TLS can only be used

    A large School Board accepts only EAP - TLS connections.  This requirement is easily disseminated to teachers, but not students whose personal devices continue to try to connect using the PEAP Protocol.   Once users connect with EAP - TLS, they are authenticated on AD.

    1 can we through the switch block PEAP but leave the EAP - TLS to cross? I could not find a command for it.

    2. If we cannot stop the PEAP requests to ISE, could treat us like CWA PEAP connections, but have a special authorization rule that would say If inner PEAP tunnel is then the CWA-nonEAP-TLS do web authentication that would be a custom web page which would have a message instructing students how to use EAP - TLS? This would make sense?

    3. do you have better suggestion how to block before PEAP that it reaches EHT or a way using ISE to indicate to users that they should use EAP - TLS, PEAP not if they want to connect?

    Thank you.

    Cath.

    Usually at the start of the eap negotiation, there is an agreement between the applicant and the radius server on which eap types are negotiated. If you have that suggested the client to eap - tls and the supplicant is misconfigured and uses the PEAP Protocol, he must drop off.

    You can consider a strict exclusion policies so that if a customer fails to authenticate after 3 attempts you can exclude them for a few minutes.

    You can create a homepage (url redirection) that when type mschapv2 authentication and the authentication status set to 'failed' a self-help html page is presented to the end user to use eap - tls, keep in mind that port and ip will authorized in forwarding ACL.

    What do you see in the failed attempts?

    Thank you

    Tarik Admani
    * Please note the useful messages *.

  • VBScript does not run in the Windows 7 Task Scheduler 'execute if user connected or not' is checked.

    I'm trying to run a vbs file using a batch file windows scheduled in the Task Scheduler in windows 7.  The vbs runs under the Scheduler if the option "run only when the user connects" is checked.

    When I go to 'Execute if user or not' task does not, either manually (by command file) or through the schedule.

    The vbs is a project of SAS Enterprise Guide.  These scripts, vbscripts worked in Windows XP.

    This is the vbscript code (I don't know anything about vbs, this is generated from SAS for EXAMPLE):

    Option Explicit
    Dim app

    Call to dowork

    "Stop the app
    Otherwise (app IsNot Nothing) then
    App. Quit smoking
    Set app = Nothing
    End If

    Sub dowork()
    On Error Resume Next
    '----
    "Start Enterprise Guide by using the name of the project
    '----
    Dim prjName
    Dim prjObject

    prjName = "------network patht\SQL_tst.egp" ' name of the project
         
    Set app = CreateObject ("SASEGObjectModel.Application.4.3")
    If Checkerror ("CreateObject") = True Then
    Exit Sub
    End If
       
    '-----
    "Open project".
    '-----
    Set prjObject = app. Open(prjName,"")
    If Checkerror ("app. Open") = True Then
    Exit Sub
    End If
       
           
    '-----
    ' run the project
    '-----
    prjObject.run
    If Checkerror ("Project.run") = True Then
    Exit Sub
    End If
       
               
    '-----
    ' Save the new project
    '-----
    prjObject.Save
    If Checkerror ("Project.Save") = True Then
    Exit Sub
    End If
       
    '-----
    "Close the project
    '-----
    prjObject.Close
    If Checkerror ("Project.Close") = True Then
    Exit Sub
    End If
          
    End Sub

    Function (fnName) Checkerror
    CheckError = False
       
    Dim strmsg
    Dim errNum
       
    If Err.Number <> 0 Then
    strMsg = "error #" & Hex (Err.Number) & + "\n" & "as" & fnName & + "\n" & Err.Description
    'MsgBox strmsg' Uncomment this line if you want to be notified via MessageBox to errors in the script.
    CheckError = True
    End If
            
    End Function

    Hello Carolyn111,

    I suggest that you post in TechNet in the official Scripting Guys Forum.
    Click on the link here to post your question. They would be better able to answer your question.

    Thank you

    Marilyn

  • The end user password expiration

    Hi all

    I'm very confused by the logic of the APEX and don't know how to manage users of the APEX.

    For example, I want to force someone to change his password. I am an administrator of the workspace and the application.

    I'm the only user with Yes "User is an administrator of the workspace" and "User is a developer" and I can do my password has expired.

    I'm quite useless this because I can change my password in this window at any time I want.

    On the other hand for others my users I have not of "the user is an administrator of the workspace" and "User is a developer" and there is no box "Expire the password" for them.

    The logical question is ' WHY? '.

    How do I expire / force to end users to change password here?

    The option 'Require the change of password on first use' works 50-50 for the first time, I had situation when users create by me at the same time unlike 5 minutes got a different output because of the connection in.

    It asked for the change and the other not.

    Oracle 11g, Application Express 4.2.0.00.27

    Thanks a lot for your help.

    Andrei

    before this task, you must connect Admin console(/pls/apex/f?p=4550:10) Home >Instance manage >security >

    Control Login space >require Locking (YES), and the user account expires

    Then, you can do the expiration of password user/force to change the password.

  • Limit user connectivity to the database

    Dear Experts,

    I want to limit the connectivity of the user on the basis of the application.

    Suppose that using Developer SQL user can not access my database or using TOAD cannot access to my database.
    Please help me find it.

    Thank you

    Saima

    Saima says:
    Dear thank you for your time. but this link does not open
    If it is open on your site please send me here

    Question: I have an APEX system and I noticed some of my end users using SQL * Plus to access the data. Because I coded in the application of the special rules, I have to limit my end users and block access to Oracle, except through my application. How can I use a logion trigger to restrict access to the end users of tools such as SQL * Plus, ODBC, Crystal Reports and so on?

    Answer: It is always advisable to do what you can so that your end-users "the rules of the game" and only have access to their data to Oracle. This is especially true when you are using standard security of 'grant', but it is not necessary when using 'grant execute' security, as the end users get the data when they run your stored procedure or function.

    See my note here on General blocking access to Oracle tools.

    Block for end-users to use external tools such as ODBC or SQL * Plus, you can deploy a logon trigger to not use your application tool.
    Author of the Oracle Kamran Agayev Agamehdi has this excerpt on the prevention of external connections to Oracle

    CONNECT / AS SYSDBA;

    CREATE OR REPLACE TRIGGER block_tools_from_prod
    AFTER LOGON ON DATABASE
    DECLARE
    v_prog sys.v_$session.program%TYPE;
    BEGIN
    Program SELECT INTO v_prog
    OF sys.v_$ session
    WHERE audsid = USERENV ('SESSIONID')
    AND audsid! = 0 - check SYS connections
    AND ROWNUM = 1; -Parallel process will have the same AUDSID

    If UPPER (v_prog) LIKE '% % TOAD' OR UPPER (v_prog) LIKE '% T.O.A.D%' OR - Toad
    Upper (v_prog) '% SQLNAV %' OR - SQL Navigator
    Upper (v_prog) '% PLSQLDEV %' OR - PLSQL Developer
    Upper (v_prog) '% BUSOBJ %' OR - Business Objects
    Upper (v_prog) LIKE '% % EXCEL' - MS-Excel plugin
    THEN
    RAISE_APPLICATION_ERROR (-20000, "Development tools are not allowed here.");
    END IF;
    END;
    /
    DISPLAY ERRORS

    This is what I see on the link. but do not know if it ll work.

  • Limit user connections using a Logon trigger

    Hi all

    I'm now restrict selected terminals user connections, using the following logon trigger.
    It allows users with user with DBA privileges.



    How to restrict privileged users DBA?

    Note:-by my application needs privileged DBA.

    CREATE OR REPLACE TRIGGER on_logon
    AFTER LOGON
    WE DATABASE
    DECLARE
    VPROGRAM VARCHAR2 (30);
    VUserName VARCHAR2 (30);
    VTERMINAL VARCHAR2 (30);
    CURSOR user_prog IS
    SELECT UPPER (program), UPPER (username), NVL (TERMINAL, 'X') OF v$ session
    WHERE the audsid = sys_context ('USERENV', 'SESSIONID');
    BEGIN
    OPEN user_prog.
    EXTRACT the user_prog IN Vprogram, Vusername VTERMINAL;
    IF VTERMINAL NOT IN ("APP1", "APP2", "APP3")+.
    and Vusername = "ABUL"+.
    THEN
    RAISE_APPLICATION_ERROR (-20001, 'you are not allowed to log');
    END IF;
    CLOSE User_prog;
    END;

    Thanks I advance

    -
    ABK

    Your application needs the role DBA? This is a terrible design - it violates all the principles of secure coding.

    Connection triggers trigger for users with the role of s/n, then you will not be able to use a connection here. You can leave the logon trigger and configure nodes invited and excluded in the listener sqlnet.ora file, i.e.

    tcp.validnode_checking = yes
    tcp.excluded_nodes = (hostname1,hostname2,hostname3)
    

    You need to restart the receiver after making this change.

    Justin

  • Server 5.0.4: Too many users connect to file sharing

    Hello

    First of all, here are my current profile:

    Mini Mac server (end of 2012)

    OS X 10.10.5

    Server 5.0.4

    Lately when I am looking at the list of users connected to the server via the tab sharing files I noticed more and more users who connect to Time Machine to back up at the same time. When there are so many users doing this that it slows everybody back down.

    Is there a way I can strangle the number of users connected at the same time?

    I don't believe it.

    Perhaps you should consider setting up more than one time server Machine and distributing users between them. It would be probably exaggerated, but in theory, you could have two or Mac connected to a San to share a storage pool and each being then a time server Machine. I'd probably use independent storage for everyone in this case well unless you already have a SAN system.

    You might also consider bonding of two or more network interfaces on the Mac mini to give it a faster network connection or more money there today Thunderbolt 10 Gbit/s Ethernet adapters.

    2 x 1 Gbit/s = 2 Gbit/s, or 1 x 10 Gbps is clearly going to be able to support more network traffic and so more users than just the single integrated to 1 Gbit/s Ethernet port. You need a network switch that also supports Ethernet 10 Gbps, or LACP aka. 802.3ad as the standard of channel binding depending on the approach you have chosen.

  • HP workspace: how end-user access to HP workspace of an HP Elite x 3?

    Hey everybody,

    How the end-user access HP workspace of an HP Elite x 3?

    Thank you

    Bill

    To access the HP workspace, dock the unlocked, HP Elite x 3 to be an Elite Lap Docking Station HP or HP Elite Desk. When the device is automatically active the mode Continuum of Windows and connected display, simply tap on the tile of the workspace of HP that is located on the HP Elite x 3 startup screen.

    If you can't find the tile, click or tap Start > all Apps > HP workspace. You will be then prompted to connect to the workspace of HP with the credentials of your companies.

    Note that Internet access is required to use HP workspace. If the application of the workspace of HP is not listed in the list of applications, the user can download HP workspace of the App Store Windows.

  • Get the number of users connected to an access database

    Hello

    I want to develop a function that returns the number of users connected to an access database. I have CVI 2013 and the SQL Toolbox.

    Thanks in advance!

    ------------------------------------------------

    Hello

    I have a base on the network, and I wanted to develop a (CVI 2013 + SQL toolkit) function that returns me the number of users connected to this base.

    Thanks in advance!

    Thanks guys, unfortunately I have not found a SQL function that return the number of directly connected user. This is possible only on SQL Server.

    What I have is this: I created two fields in my database: a 'DB_is_used' flag and a "Username" field, and each user how want to use the database, should check these fields if it is empty, it inserts the name of its PC and use the database. Or, if the field is not empty, it will see a popup message displays the user name 'book' this database and the hedisconnect of him immediately.

    It works for me and I am satisfied.

    Kind regards

  • Duration of the complete end-user compatible DirectX 9 .0c (November 2010)?

    Hello.

    How did Microsoft/MS did not show its full duration of the DirectX 9 .0c end-user (November 2010) on the Internet? I don't want his dxsetup.exe to download parts online on my crappy Internet connection. :(

    Thank you in advance. :) Ant @ Ant links fed quality (http://aqfl.net) and The Ant Farm (http://antfarm.ma.cx).

    Hi Ant,

    We do not know when the update is available from Microsoft.

    However, you can view the Microsoft Download Center for published updates frequently.

    Hope the helps of information.

    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • No internet connection AFTER startup, but only works during the boot.

    Hi all

    Have a Win XP MCE (Media Center Edition) Dell laptop running.  I can only connect to internet when the system is even start, and I click on the shortcut to IE or Firefox. Once the system completes the startup it connects me to the internet WITHOUT problem & with good signal and good connection speeds.  System connect wirelessly through a Linksys router.

    If I left the initialization of the system ended up - and I'm trying to connect to IE or Firefox - the hourglass appears for a minute and then disappears and I get no connection!

    This means that I must always start the internet connection while system is always initialize, and if I end the connection I get only back to restart system in place and opening connection when appear the icons on the desktop for IE or Firefox!

    I am puzzled by this and have no idea what to do to solve the problem!
    TNX a lot!

    Cindy

    Hello

    • What were the changes made before the issue occur?

    Verify that if the problem exists in Mode safe mode with networking, if the computer works as expected in mode safe mode with networking, and then we can solve the problem in the clean boot state.
    a. refer to the article below for the procedure safe mode in Windows XP
    A description of the options to start in Windows XP Mode
    http://support.Microsoft.com/kb/315222

    b. it is a possibility that there is a startup program that is launched with a command line and it appears.
    You need to perform a clean boot to find the program that is causing and then disable or remove.
    How to configure Windows XP to start in a "clean boot" State
    http://support.Microsoft.com/kb/310353/en-us
    Note: When you are finished troubleshooting, follow the steps as explained in the article to reset the computer to start as usual.

  • Critical failure DirectX - DXDiag shows no problem, used for end-user TIME, nothing works.

    Without apparent reason, Direct X has suddenly stopped working. I can't play Solitaire or the Sims 2. I followed the previous advice on this issue, and with the help of dxdiag shows no problem, reinstall he didn't help not, using the runtime for the end-user to install thing older DX 9 stuff told me that everything is up to date, I am at a total loss.

    I am running Win 7 Home Premium and everything I have running is Firefox, GIMP, and Skype. I searched for nothing 'media center' as I've heard it's a question and nothing like running. I don't know what to do.

    There are two DirectX install 'things'.

    It looks like you were using the Installer Web of DirectX, which is an update of DirectX.

    The update only installs the DirectX 'missing' files and does not overwrite the existing DirectX files.

    which is what is needed if a DirectX file or files is damaged.

    -It may be that your error is the result of corrupted files. It happens from time to time. Sometimes because

    a game or other software borks DX format when it insists on the installation of DX again for you.

    The DirectX Redist (June 2010) below to replace all DirectX files.

    When you run the installer it will ask you where you want to save the downloaded installation program then

    "unpacks" the installation of DirectX in the selected folder.

    After unpacking, open that folder and locate the DXSETUP.exe. This will reinstall DirectX, and

    should at least eliminate corrupt files DX as the source of the error.

    (You can delete the installation folder after installation).

    Download details - Microsoft Download Center - DirectX Redist (June 2010)

    -Have you installed anything new? Updated graphics drivers, game, Skype, Firefox Add - o

Maybe you are looking for

  • Receive pictures and files

    I can't receive any file or photos can you please help me how o can receive. Thank you

  • Want 7640: File pdf scanned with my new 7640 envy

    I installed the full driver package, but without the extension pdf is displayed.  I need to use pdf, tif or jpg etc..  Is this possible?

  • Error Code: 9, 244, 3

    I can't scan from download Windows 10.  It is said: you don't have the required privileges to access the specified folder Code 9,244,3

  • 42T 3741 (X 200 UK keyboard) is Chicony and NMB? [Solved]

    I want to Exchange my U.S. / ANSI keyboard with a with the European/ISO physical layout (I am perfectly familiar with the American keyboard mapping but I'm not used to the scale of the Enter key, Miss me it every time). But mostly I want to get rid o

  • Application running on background

    It is now possible to BB10 for an application to run in the background in native/cascades? I see that there is on the platform of html5... https://developer.BlackBerry.com/HTML5/documentation/rim_permit_element.html