Need help configuring for POF

I am trying to use POF to serialize one specific named cache only. The client nodes are configured for near caches with no local storage. I ran into a problem where I got error log complaints that another node in the cluster was not configured for POF serialization for the DistributedCache service. So, I created a new service PofDistributedCache service for use by the pof cache. That changed my errors but didn't get me very far.
Q1: If I have mixed pof / non-pof caches, to they need to use different DistributedCache services?
Q2: Does the server (back-cache) also need a <serializer> block?
Q3: Does the server need all the object classes and the classes needed to (de)serialize the objects?
--Larkin
Client side coherence-cache-config.html:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cache-config SYSTEM "cache-config.dtd">
<cache-config>
     <caching-scheme-mapping>
          <cache-mapping>
               <cache-name>pof-*</cache-name>
               <scheme-name>default-near-pof</scheme-name>
               <init-params>
                    <init-param-name>front-size-limit</init-param-name>
                    <init-param-value system-property=foo.coherence.default.front-size-limit">0</init-param-value>
               </init-params>
          </cache-mapping>
          <cache-mapping>
               <cache-name>*</cache-name>
               <scheme-name>default-near</scheme-name>
               <init-params>
                    <init-param-name>front-size-limit</init-param-name>
                    <init-param-value system-property="foo.coherence.default.front-size-limit">0</init-param-value>
               </init-params>
          </cache-mapping>
     </caching-scheme-mapping>
     <caching-schemes>
          <near-scheme>
               <scheme-name>default-near</scheme-name>
               <front-scheme>
                    <local-scheme>
                         <scheme-ref>default-local</scheme-ref>
                    </local-scheme>
               </front-scheme>
               <back-scheme>
                    <distributed-scheme>
                         <scheme-ref>default-distributed</scheme-ref>
                    </distributed-scheme>
               </back-scheme>
          </near-scheme>
          <near-scheme>
               <scheme-name>default-near-pof</scheme-name>
               <front-scheme>
                    <local-scheme>
                         <scheme-ref>default-local</scheme-ref>
                    </local-scheme>
               </front-scheme>
               <back-scheme>
                    <distributed-scheme>
                         <scheme-ref>default-distributed-pof</scheme-ref>
                    </distributed-scheme>
               </back-scheme>
          </near-scheme>
          <local-scheme>
               <scheme-name>default-local</scheme-name>
               <high-units>{front-size-limit 0}</high-units>
          </local-scheme>
          <!--
               This config file is for client use only. The back-cache will not
               provide any local storage to the cluster.
          -->
          <distributed-scheme>
               <scheme-name>default-distributed</scheme-name>
               <service-name>DistributedCache</service-name>
               <local-storage>${coherence.back-cache.storage}</local-storage>
               <backing-map-scheme>
                    <local-scheme>
                         <scheme-ref>default-local</scheme-ref>
                    </local-scheme>
               </backing-map-scheme>
          </distributed-scheme>
          <distributed-scheme>
               <scheme-name>default-distributed-pof</scheme-name>
               <service-name>PofDistributedCache</service-name>
               <local-storage>${coherence.back-cache.storage}</local-storage>
               <backing-map-scheme>
                    <local-scheme>
                         <scheme-ref>default-local</scheme-ref>
                    </local-scheme>
               </backing-map-scheme>
               <serializer>
                    <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>
               </serializer>
          </distributed-scheme>
     </caching-schemes>
</cache-config>
Server side coherence-cache-config.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cache-config SYSTEM "cache-config.dtd">
<cache-config>
<caching-scheme-mapping>
<cache-mapping>
<cache-name>pof-*</cache-name>
<scheme-name>default-distributed-pof</scheme-name>
</cache-mapping>
<cache-mapping>
<cache-name>*</cache-name>
<scheme-name>default-distributed</scheme-name>
</cache-mapping>
</caching-scheme-mapping>
<caching-schemes>
<distributed-scheme>
<scheme-name>default-distributed</scheme-name>
<service-name>DistributedCache</service-name>
<backing-map-scheme>
<local-scheme>
<scheme-ref>default-local</scheme-ref>
</local-scheme>
</backing-map-scheme>
<autostart>true</autostart>
</distributed-scheme>
<distributed-scheme>
<scheme-name>default-distributed-pof</scheme-name>
<service-name>PofDistributedCache</service-name>
<backing-map-scheme>
<local-scheme>
<scheme-ref>default-local</scheme-ref>
</local-scheme>
</backing-map-scheme>
<autostart>true</autostart>
</distributed-scheme>
<local-scheme>
<unit-calculator>BINARY</unit-calculator>
<scheme-name>default-local</scheme-name>
</local-scheme>
</caching-schemes>
</cache-config>

Hi Larkin,
llowrey wrote:
I am trying to use POF to serialize one specific named cache only. The client nodes are configured for near caches with no local storage. I ran into a problem where I got error log complaints that another node in the cluster was not configured for POF serialization for the DistributedCache service. So, I created a new service PofDistributedCache service for use by the pof cache. That changed my errors but didn't get me very far.
Q1: If I have mixed pof / non-pof caches, to they need to use different DistributedCache services?Yes. You can control POF/old-style-serialization on a service by service basis only.
Q2: Does the server (back-cache) also need a <serializer> block?It is not relevant on near-cache. The scheme defining the back cache (and invocation services and replicated cache schemes) need to have the serializer specified.
Q3: Does the server need all the object classes and the classes needed to (de)serialize the objects?
If you want to deserialize the objects, then certainly they do. But with POF you don't necessarily need to deserialize entries from partitioned caches to define indexes or run entry-processors/aggregations on them. You can leverage PofExtractor-s and PofNavigator-s to do all your server-side logic, although for complex data access it may be less efficient. You do need the key classes (on cache NamedCache caller side) for being able to do operations on a partitioned cache, though.
Best regards,
Robert

Similar Messages

  • I need help configuring a connection with asdm 5.2 for asa

    Hi All
    I am very much a novice with asdm 5.2 for asa and I urgently need to configure a connection but don’t know how to. I have 2 domains at work and someone is trying to connect their sql client from their pc in one domain to the sql server in the other domain (DMZ).
    When he tries to connect he gets the error
    Cant connect to MySql Server at "IP Address" (10060)
    He is trying to connect on port 3306. Could anyone please give me any tips on how i can resolve this quickly? I know i am
    trying a shortcut on this one but I recently started a new job and thrown in the deep end here and need to learn this asdm 5.2 for asa product from scratch with nothing more than the manual that come with the cd . My Cisco knowledge is from 2001 when i did half of a ccna course.
    Any help would be greatly appreciated

    Hi,
    I'm not a security specialist but here is how I had it set up at home:
    Essentially a NAT and a rule forwarding the port are needed. In this particular case I had an Oracle server running and a person requested remote access. So, for example, the source address was his external IP and the destination was the Oracle's external IP. For the NAT the source was the internal IP of the Oracle server and the interface was Outside.
    Hope this points you in the right direction.

  • Need help configuring Excel Services

    I've configured both the Excel Serives and Secure Store Target applications and continually receive the following error message when trying to view the Simple Projects List sample report:
    An error occurred while accessing application id ProjectServerApplication from Secure Store Service. The following connections failed to refresh:
    Project Server - Simple Projects List
    The Server Logs show the following errors:
    Access Denied: Claims stored in the credentials did not match with the group claim for a group app.
    The Microsoft Secure Store Services application Secure Store Service failed to retrieve credentials.  The error returned was 'Access Denied.' ...
    Access is denied. (Fault Detail is equal to Microsoft.Office.SecureStoreService.Server.SecureStoreServiceFault)
    SSS has failed with the following exception: Access is denied.
    Unable to esablish a connection using credentials retrieved from SSS.  This could be because the Unattended Service Account is not configured or because the credentials retrieved from SSS are not valid. 
    I've repeated the steps to create these configurations a few times, and continue to get the same errors.  Any help would be appreciated!
    Thanks

    Hello,
    I need help setting up excel services.
    Excel service is already running on sharepoint server.
    I have one reporting file which is generated by DBA with database connection. i want to upload that file under document library and i want whenever user open it through document library, it gets updated through database connection 
    This is my first time, so pls guide me
    Reporting file has authentication set to --> None 
    Do i require any specific settings for authentication? like unattended account ? which username should i use
    Connection String -->
    Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=True;User ID=ExcelServices;Initial Catalog=SurveyData;Data Source=jdb1;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=RSTKW7W-06709;Use Encryption for Data=False;Tag
    with column collation when possible=False
    http://../training/sptestsite/Medication_Audit_Report
    http://../training/sptestsite/Medication_Audit_Data_Connection_Library/
    Trusted File Location - is this place do i need to upload that reporting file? 
    Trusted Data Connection Libraries - is this place do i need to save connection file .odc ?
    If i am not wrong, should i put
    Trusted File Location = http://../training/sptestsite/Medication_Audit_Report
    Trusted Data Connection Libraries = http://../training/sptestsite/Medication_Audit_Data_Connection_Library/
    http://../training/sptestsite/Medication_Audit_Report -- Here only reporting file will be uploaded right?
    http://../training/sptestsite/Medication_Audit_Data_Connection_Library/ -- Here only database connection .odc file will be uploaded?
    what other settings are required. please correct me
    my email address - [email protected]
    Harsh

  • I need help configuring three products: WRVS4400N, WAG325N and WVC200

    Hello,
    I want your help in three linksys products as mentioned below:
    WAG325N ADSL2+ Router
    WVC200 PTZ CAMERA
    WRVS4400N VPN Router
    The computer connections and configuration of above linksys products which I am working with and which are connected with the above three linksys products at present are as follows:
    1) I have one server and one laptop.
    2) Laptop has two wireless adapters which I use to connect to the routers.
    3) The server is connected to the WRVS4400N Router through one of the four ethernet ports mentioned on backside of the WRVS4400N Router. The DHCP of this router is disabled by me and the router's default IP 192.168.1.1 was changed to 192.168.1.12
    4) The WRVS4400N router is connected to the Wag325N router for internet access to the server and server is connected to WRVS4400N Router as mentioned in point number 3 above.
    5) The WAG325N router is setup as per the instructions mentioned that came with the CD of this router. The only change that I have modified is the router's default IP. I have changed the default IP of WAG325N from 192.168.1.1 to 192.168.1.13 and DHCP is enabled on this router.
    The help that I want is step by step as follows:
    1) I want to configure the both routers in such a way so that I can access them from anywhere across the world i.e. remotely using internet.
    2) I have WVC200 Camera which I setup according to instructions mentioned in the CD and also configured the DDNS service. But when the " RJ45 Cable is connected " to my WAG325N router and Camera, then only the camera works properly. What I want is that after the setup is completed, I want to remove the RJ45 Cable connected from my camera to router and use the camera wirelessly from any location within the range of my above mentioned WAG325N router. I need flexibility to use my camera without cable connections from any location and any rooms of my house. I also configured the port forwarding and DDNS properly. The only problem is that if I remove the Cable after the setup of camera is finished, then the camera access is not working on LAN or internet(through DDNS). Whereas the same works on LAN and internet using the DDNS service, when the cable is physically connected to the WAG325N router. Also I want one more thing additionally other then this. I want to use this camera wirelessly by configuring the port forwarding options on both routers at a same time(i.e. simultaneously at once on WRVS4400N and WAG325N).
    3) Now as two DHCP cannot work at a same time and as my routers are connected with each other, So I have disabled the DHCP on WRVS4400N. Here I need help so that DHCP can be enabled on both at a same time. Because if the DHCP is not enabled on WRVS4400N then I have to give IP to the server which is connected with server. If I enable the DHCP then there are two DHCP's at a same time on same network and thus problems occurs in internet access to the server. So, what should I do in such a way so that I do not have to give any IP to my server and set it to automatic.
    4) This question is just for my knowledge so that I can use the above mentioned linksys purchases upto full extent possible in future. I want to know what is VPN and how is it usefull? What is the difference between VPN and VPN tunnel? How can VPN be used to access all my network resources connected with my server  in the above situation where my server is connected to WRVS4400N which in turn is connected to WAG325N?
    Thanks !
    Sincerely
    Kalpesh Sharma
    +91-79-25351208
    +919227435453
    Ahmedabad, India.

    for question number 1:
    you said that your main router is WAG325N, for you to remotely access the 2nd router is for you to forward the IP addr [192.168.1.12] on your first router and change its management port of your second router that is located on either the security tab or the administration tab on its User Interface
    to access your first router open and Internet Explorer and enter
    http://[public IP addr]:[management port]
    the PUBLIC IP or INTERNET IP is located on the status page of your router
    to access your second router just change the management port to
    ex.
    http://66.77.88.99:8080 first router
    http://66.77.88.99:8081 second router
    for question number 2:
    make sure that you have configured all wireless settings on both your camera and your main router WAG235N, once done save settings and power down your camera and power it back up.
    for question number 3:
    for you to enable DHCP on both routers your connection can go like so...
    from a regular port of your main router going to the INTERNET port of your second router [this way you can enable DHCP on both routers]. INTERNET is no problem, your cesond router will be able to get connection
    for question number 4:
    VPN - Virtual Private Network
    VPN tunnel -is/are connections from router to router [gateway to gateway]
    VPN is used to connect a diff network on a diff location for you to have access to the shared filed [it is like a file sharing through the internet]
    for you to be able to use VPN tunnel you have to connect to a different VPN router on a diff location. In that way you can get access to the other network 

  • Need more configuration for reports?

    Hi All,
    When i start the report (Content Management -> Reports -> Approval Maintenance Report), the report is running, but when i go for Running Reports related link there is no reports are currently running. Do i need to have more configuration for this.
    I reward your valuable reply.
    Thanks and Regards,
    Kalaivani

    Hi Kalaivani,
    You can see this link from http://help.sap.com (The SAP Help Portal provides web-based documentation for all SAP Solutions. This enables you to search the online library for the right information where and when you need it.)
    http://help.sap.com/saphelp_nw70/helpdata/en/07/dad131443b314988eeece94506f861/frameset.htm
    This link is from KM Administration Guide. If you want other configuration or documentation, ask me
    Kind Regards,
    Lubi

  • Need help/suggestions for an older Macbook a1342 display

    I dropped my A1342 and the display went dead... I could still get video to an external monitor from the side port but the lcd was completely out. It also had a small crack on the top corner so I just assumed that the LCD was shot, but I just replaced it with a new one and the display is still dead. What else could I be missing or should I try?

    These are the directions of OS 10.7. Some of the details are different on other OS.
    1. On your husband's computer, go to System Preferences / Users & Groups and click the padlock to unlock.
    (U & G was called Accounts in older OS - not sure what you have on that older Macbook.)
    2. Click the + sign. That will give you a new pane.
    3. In New Account, select Administrator ( the default is "Standard").
    4. Complete all the other fields.
    After this is done, close that pane. Now back in U & G, select Login Options.
    Set Automatic login to your husband's name.
    Restart the computer, and select your husband's name. Check that all is well.
    You can now, if you wish, go back to U & G, unlock and select your own name and click the - sign. That will remove your name from the computer.
    You will also need to configure Mail for your husband's email with his password. When he first clicks on Mail he will be guided through the setup steps.

  • WVRS4400N wireless router - What do i need to configure for VPN software to work?

    Hi,
    My VPN software can't establish connection ever since i changed to the WVRS4400N router.  What do i need to configure inorder to establish a VPN connection to the outside network?
    On a side note, i am not sure if i am on the right track but i read a little bit about setting IPSec Pass-Through.  If this is the case, do i really need to get all the remote connection information inorder for my VPN software to work?  And under Key Management setting, what would my pre-shared key use for (assuming this is a key i generated)?
    Better yet, how can i get the vpn software to work with only having access to the internet without going through alot of hassle???
    Thanks ahead for any solutions given...

    Thank you for responding.
    If i am not mistaken, i believe what you are suggesting is setting up a VPN connection to my local area network and use the bundled Quick VPN client software to connect.
    I currently have Sentinel VPN software on my laptop and it is configured to have access to my work's network. In most cases, i am able to connect to work without a problem as long as i have internet connection. Apparently, my vpn doesn't work when i am running it behind the WVRS4400N router. This problem didn't occur with my previous router. I believe the WVRS4400N router is blocking the connection by default. What can i do or configure to resolve this?

  • Hello i need help looking for fire fox 64 bit i have 32 bit it really slowing down my laptop

    hello I was told there was a 64 bit that I can use for fire fox iam using windows 8.1 but I can only find fire fox 32 bit I need help to get 64 bit plz and thx

    locking this question as duplicate, please continue at https://support.mozilla.org/en-US/questions/1047357

  • Need help configuring VPN on RV120W Router (WiTopia VPN)

    Hello Cisco Community,
    I need some help configuring a VPN from WiTopia on my RV120W router. I am trying to make it so that if any device connects to the router it can automatically connect to the VPN from WiTopia.
    Please note that the VPN plan includes PPTP, L2TP, & IPSEC VPN types.
     Is this possible? And if so, how?
    Thanks in advance!

    Hello,
    If WiTopia is providing only client to gateway VPN, where WiTopia is the gateway allowing connections to clients, than you will not be able to configure RV120 to connect to it. RV120 in its VPN configurations cannot be configured to be a client. 
    The only tunnel where can play the role of the connecting part is IPSec gateway to gateway, when in the IKE policy the Direction type is Initiator and the Exchange mode is Aggressive. And you will need to receive all additional configuration parameters from WiTopia -the Encryption, Authentication Algorithm, PFS, SA lifetime and so on. But this means that WiTopia have to provide gateway to gateway VPN connection.
    Regards,
    Kremena

  • Need hardware configuration for server

    Hi All,
    Need server hardware configuration for deploying and maintaining SSAS cube. Consider OLTP size as 100 GB
    Thanks,
    ATRSAMS

    Hi Atrsams,
    According to your description, you need some hardware recommendations for deploying and maintaining a SQL Server Analysis Services cube, right?
    Though this isn't a sizing recommendation, I'd encourage you to buy as much memory as you can afford. This is generally the choke point I've seen on servers, especially when using SSAS. For the detail information about it, please refer to the links below.
    http://sqlblog.com/blogs/marco_russo/archive/2013/02/12/hardware-sizing-guide-for-ssas-tabular.aspx
    http://www.experts-exchange.com/Hardware/Microsoft_Hardware/Q_27781248.html
    Regards,
    Charlie Liao
    TechNet Community Support

  • Need Help configuring updates via mms.cfg

    I am running Win 7 x64 and have both the ActiveX and Plugin installed. My Flash Player version is 11.9.900.117 and when I open the Flash Player entry in Control Panel and go to the Advanced tag and click Check Now, the resulting page says the current version is 11.9.900.152.
    I followed the the instructions here (http://helpx.adobe.com/flash-player/kb/administration-configure-auto-update-notification.h tml) and in the admin guide (http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html) to configure for updates using the mms.cfg file. My mms.cfg file contains 3 lines (below) and is placed in C:\Windows\SysWOW64\Macromed\Flash.
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    AutoUpdateInterval=0
    From all the instructions, the update check should happen at each run of Flash Player per AutoUpdateDisable=0 & AutoUpdateInterval=0 and then should silently install per SilentAutoUpdateEnable=1, but I cannot get my Flash Player to update. I have restarted my computer and IE multiple times; visiting a Flash enabled sites in between to kickstart the process, but no luck.
    I am testing this process to deploy to about 2500 machines in my organization. I can't even get to work on my machine though. Any help is appreciated.

    We are having the same problem.
    We got 250 client, and only some of the clients receive a prompt on login (who shuld not happend, se mms.cfg) with information on downloading 11.9.900.152.
    But downloading and install is not posible unless user is a Administrator on the PC.
    mms.cfg
    AutoUpdateDisable=0
    AutoUpdateInterval=0
    SilentAutoUpdateEnable=1
    Reagards RoarSk

  • Need help configuring multiple VLANs and SSIDs

    Hi,
    We bought a Cisco SGE2000P 24Port switch and 10 WAP4410N access points. Our intent is to provide a secure network to our LAN, and a guest network to the Internet.
    We are thinking 3 VLANs would be best for this: VLAN 100 connected to the LAN, VLAN 1000 for the Internet Router and Filter, and VLAN 1100 for the Guest Wireless access.
    We have the switch configured for all three of these, and 1 initial access point configured for the VLANS, too.
    We have not yet moved the current Internet connection to VLAN 1000 because we aren't sure how to setup routing between VLANS.
    Here are some specifics on how the traffic needs to route:
    1. We have the DHCP server, which is the PDC, handling both scopes for the LAN and Guest VLAN.
    2. The web filter in VLAN 1100 needs to authenticate with the DHCP server as there are different filter rules based on authenticated user. Any users coming from VLAN 1100 will have a default filter rule without requiring any authentication.
    3. Certain traffic coming in from the Internet needs to be able to get to VLAN 100. The router has a built-in firewall that handles NAT and port forwarding, so as long as traffic can be forwarded to VLAN 100 we should be good.
    4. Traffic on VLAN 1100 (guest Wireless network) should only be allowed to go to Internet (VLAN 1000).
    Right now I have the VLANs configured and the ports assigned to the Access Points are set for TAGGED and on VLAN 100 and VLAN 1100.
    The SGE2000P has the following IP addresses assigned to the VLANS:
    10.7.3.252 - VLAN 100
    10.7.40.254 - VLAN 1000
    192.168.254.254 - VLAN 1100
    Has anyone been able to setup a similar configuration? We have scoured the Internet for documentation but it seems to be very difficult to find!
    Thank you!
    Gary Smith

    Based on your description of a 'Hybrid Port' this sounds like Cisco's 'Multi-VLAN Port' that was a feature of the 2900XL/3500XL series switches. This feature has however long since gone......
    With a Cisco switch an access port supporting an Access VLAN & a Voice VLAN is effectively a Trunk with only one Tagged VLAN and the Native VLAN:
    interface FastEthernet0/1
    switchport mode access
    switchport access vlan 10
    switchport voice vlan 100
    This results in the same configuration as:
    interface FastEthernet0/1
    switchport mode trunk
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 10
    switchport trunk allowed vlan 100
    With the exception of CDP packets being sent advertising the Voice VLAN.
    With regards to other IP Phone vendors and DHCP Vendor Options - the answer is it depends....
    Nortel use Vendor Option 144 to inform the IP Phone of the Voice VLAN and Option 128 for the Server (PBX) to use. Ericsson uses Vendor Option 43 that can be configured to tell the IP Phone the VLAN and the Web server to read the config file from.
    I don't think you will get this working automatically with your 3Com switches, you can however manually configure the VLAN on the Cisco IP Phones.
    HTH
    Andy

  • Need help configuring Oracle for admission control&analysis(diploma thesis)

    Hi, board team!
    I encountered your site by searching for professional Oracle-Boards.
    The threads I found on this site are all very helpful and very professional!
    Sorry, for my bad english. I will try to explain everything in a very detailed way, so that you will hopefully know what i mean.
    But let me explain what's my problem.
    I am a student and now I am writing my diploma thesis (Analysis of Capacity mechanism in Oracle) and I have to set up an Oracle 10g Database. I managed to install Oracle using the Universal Installer. In my opinion it's a very helpful tool!
    But I have difficulties configuring the Database.
    The Database has to determine comparable results. I generate 3 different types of users. Each user has its own characterisations (IO and CPU consumption). The consumption for each user is always the same! (When a certain user connects to a databse the transactions/queries will be always the same).
    To determine this Resource-Consumption I programmed an infinite loop (written in PL/SQL) -> infinite and equal queries.
    Unfortunately the results are not comparable. The longer the loop is running the more different the results are. The results are not significant.
    I think this is because of the Redo-Log-Buffers, which grow with every Transaction. (I'm sorry for wrong estimates, but I'm just a newbie with Oracle and database-systems).
    After that I tried to shut down the databse after EACH measurement and finally restart the database. Now the results were all about the same.
    Are there any solutions to make it more efficient?
    What would you do?
    After the measurements, I will write them into a Table (for each user: IO- and CPU-Consumption).
    If one of the three users connects to the databse again, there will be an analysis algorithm, which queries this table and collects the measured values and the actual system-utilization (V_$-table). Therefore i will write a small program in PL/SQL. The analysis-Function is a "Black-box". I just use the functionality and submit User-consumptions and system-utilization. The function returns a value (0 or 1; 0=deny, 1=allow).
    I thought to implement my small-program with the Trigger-functionality or VPD. The PL/SQL-procedure will be called after a user logged on to the database. The significant values will be queried and submitted to the "black-box" (programmed in java). The submission to this "black-box" should by implemented with Java RMI or Java Beans.
    Are there any better possibilities?
    Thanks for your support!
    Now i will install Windows 2003 Server and Oracle 10g r2
    Best regards,
    mailya
    "Poor" Server:
    Fujitsu Siemens Computers Celsius 400
    P4 1700 MHz
    1GB RAM
    40 GB HDD
    OS: Win 2003 Server Enterprise
    DB: Oracle 10g R2

    Hi, board team!
    I encountered your site by searching for professional Oracle-Boards.
    The threads I found on this site are all very helpful and very professional!
    Sorry, for my bad english. I will try to explain everything in a very detailed way, so that you will hopefully know what i mean.
    But let me explain what's my problem.
    I am a student and now I am writing my diploma thesis (Analysis of Capacity mechanism in Oracle) and I have to set up an Oracle 10g Database. I managed to install Oracle using the Universal Installer. In my opinion it's a very helpful tool!
    But I have difficulties configuring the Database.
    The Database has to determine comparable results. I generate 3 different types of users. Each user has its own characterisations (IO and CPU consumption). The consumption for each user is always the same! (When a certain user connects to a databse the transactions/queries will be always the same).
    To determine this Resource-Consumption I programmed an infinite loop (written in PL/SQL) -> infinite and equal queries.
    Unfortunately the results are not comparable. The longer the loop is running the more different the results are. The results are not significant.
    I think this is because of the Redo-Log-Buffers, which grow with every Transaction. (I'm sorry for wrong estimates, but I'm just a newbie with Oracle and database-systems).
    After that I tried to shut down the databse after EACH measurement and finally restart the database. Now the results were all about the same.
    Are there any solutions to make it more efficient?
    What would you do?
    After the measurements, I will write them into a Table (for each user: IO- and CPU-Consumption).
    If one of the three users connects to the databse again, there will be an analysis algorithm, which queries this table and collects the measured values and the actual system-utilization (V_$-table). Therefore i will write a small program in PL/SQL. The analysis-Function is a "Black-box". I just use the functionality and submit User-consumptions and system-utilization. The function returns a value (0 or 1; 0=deny, 1=allow).
    I thought to implement my small-program with the Trigger-functionality or VPD. The PL/SQL-procedure will be called after a user logged on to the database. The significant values will be queried and submitted to the "black-box" (programmed in java). The submission to this "black-box" should by implemented with Java RMI or Java Beans.
    Are there any better possibilities?
    Thanks for your support!
    Now i will install Windows 2003 Server and Oracle 10g r2
    Best regards,
    mailya
    "Poor" Server:
    Fujitsu Siemens Computers Celsius 400
    P4 1700 MHz
    1GB RAM
    40 GB HDD
    OS: Win 2003 Server Enterprise
    DB: Oracle 10g R2

  • Help! need good configuration for xbox 360 using WRT54GS2.

    today i bought the WRT54GS2 to use for my lptop desktop and 360. it works great for my 2 computers but not for the xbox. when i play i have crappy signal and lgg lot. the thing is when i look on the configuration in the xbox it shows 3-4 bars constint. so i tried using this link here to do port forarding and i used myxbox 360 static adress like they said. but im still lagging. im not sure what my NAT settings are set on because i havnt seen a warning yet. so im asking what is the best way to connect to my xbox 360 wireless reciever. my computer is not 5 feet awaay from my xbox so i know the connection is good where i am. so do i need to portforwad or something elese?
    in the setup it says my firmware version is 1.0.00 do i need an upgrade? if so please tell me where.
    thanks! 
    Message Edited by caufenkamp on 11-08-2009 11:40 PM
    Message Edited by caufenkamp on 11-08-2009 11:40 PM

    When you upgrade the firmware on your Router, you need to Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now re-configure your router...
    For your XBOX you can make these changes on  yuor Router as well as on your XBOX. I think it should make the NAT Open on your XBOX.
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave Username blank & in Password use admin in lower case...
    On the set-up tab change the MTU Size to 1365 and click Save Settings...
    Click on "Administration" tab and disable the option UPnP and click Save Settings...
    Click on "Applications and Gaming" tab and then click on "Port Range Forwarding" subtab...
    1) On the first line in Application box type in ABC, in the start box type in 53 and End box type in 3074, leave the protocol as both and under ip address type in 192.168.1.20 and check the enable box, click Save Settings once done...
    2) Once you return to the set up page click on the Security tab and uncheck Block Anonymous Internet Requests and click on Save Settings...
    3)Click on the Status tab and take note of DNS1 and DNS2 Addresses...
    4) Goto the XBox Network Settings and IP Address Settings and select manual IP Settings and assign the following on your Xbox IP Address :- 192.168.1.20, Subnet Mask :- 255.255.255.0, Default Gateway :- 192.168.1.1...
    5) Also assign the DNS Addresses on the Xbox, Use DNS1 and DNS2 Addresses you took note off of the router status tab as Primary DNS & Secondary DNS for the xbox...
    6) Turn off your modem, router, and Xbox...Wait for a minute...
    7) Plug the modem power first, wait for another minute and plug the router power cable, wait another minute and turn on the Xbox and test it...it will connect...

  • Need help configuring Aiport Extreme A1034 to optimize network signal.

    Greetings, I am a very loyal mac user from back in the days of the Quadra 650. I have torn apart and fixed most macs for the last 13, but I must say configuring this wireless network has got me stumped. Any help would be gladly appreciated.
    I went from a ibook 1 Ghz with a plastic case to a aluminum powerbook g4 1.67 to find out that the metal case greatly diminished the computers ability to receive a wifi signal from my Rv park. I then decided to buy an Airport Extreme A1034 that has the antenna port and then bought a Hawking 15db directional antenna. My intention was to have the Airport Base station receive the 802.11b wifi signal sent out from the office of the RV park through the Hawking antenna, and then have the base station take that signal it received and send that high speed wifi signal to the airport card in my Powerbook G4. Sounds simple enough, I thought it would be. I have found that using Airport set up assistant doesn't give me that option. I then proceeded to get into the workings of the Airport Admin Utility. I have found myself ready to pull my hair out trying to configure the 6 different tabs being, Airport , Internet, Network, Port Mapping, Access control, and WDS.
    I do know that everything in the Airport tab is correct. The big problem I think is between the Internet, Network and WDS tabs. It seems that the Airport base station was basically made to have a high speed connection plugged into it via ethernet and then the base station broadcasts to host computers such as my PowerBook G4. My initial thought was to connect via Airport WDS in the internet tab and then set my powerbook to connect directly to the base station through the airport card. I read up on this via Apples Designing Airport networks that came on the Airport installation CD. It talked in detail about setting up the WDS tab to do something like I want but it still involves a hard wired ethernet connection at the start of it. I have also played around extensively with the Network control panel and the sharing control panel , I thought about turning the airport card inside my powerbook into a software or virtual base station and then try some sort of WDS relay. Through all this I had the Airport extreme go none responsive on me and not letting me log in. That's another story of 10 hours of **** fixing it, but i did. Even the reset button stopped working for a while. As of now I can access everything everywhere. I also have ALL the IP addresses Hardware(MAC) address, subnet masks and router addresses for every location in this proposed wireless chain. I just need someone to end this stressful nightmare. They say you learn through trial and error, that is how I learned most of my computer skills over the decades, that and Applecare certified tech training many years ago, But it doesn't help anyone if I stick a large knife through my base station. I can provide a phone number if your willing to call. My email is [email protected] . If your in the San Diego area, I can get ya free passes to the nudist colony where I live, if your in for a new adventure in turn for setting up this network for me. Check out http://www.deanzasprings.com . its where I live.
    Rich

    1. First, can someone confirm that the Extreme card be used as a WDS main base?
    Sorry, but no you cannot use the AirPort Extreme card in a WDS as either a main, relay or remote base station. It does not support this function.

Maybe you are looking for

  • User can receive but unable to send

    We have Data Sync 1.2.5 Build 250 on a Xen VM SLES 11 SP2, connected to GW 2012 SP2 and everything is running smoothly EXCEPT for one user. They configured their GW email account on a Droid and on an IPad. The Data Sync server shows both devices and

  • Unable to boot from a cd on several iMacs

    I have read all the topics covering this situation but none of the responses seem to cover my situation. I am the computer fix it person at an elementary school and have about 8 iMacs that will not boot from a CD. I am trying to tidy these machines u

  • Photo Stream on restored iPad not matching iPhone or iPhoto

    I have approximately 950 photos in my Photo Stream (PS) on my iPhone and in iPhoto.  I had to do a Restore as New with the iPad and not it looks like just about 50 random pictures show up in my PS.  I have tried turning PS off/on but that created dup

  • N80 sound problem.

    Hi, my N80 is about 15 months old and been working fine till now. When i make or receive a call, i don't hear anything. I have to put it on speaker or use headset to do that. (i think it may be hardware issue) I am not to sure what the problem is, an

  • Relating two tables in CMP

    Hi i want to implement the following query in CMP as EJBQL, select e.empid,e.empname,i.incometax from employee e,incometax i where e.empid = i.empid How to Implement the above query. And how can i retrive the data in client through collection? Becaus