Login to Oracle 8i Server from a remote location.

Hi Experts,
I wish to connect to Oracle 8i Server at Site 1 from Site 2.
Situation
Site 1     -     Oracle 8i on Win 2K. This is behind a firewall FW1. Is in Win NT Domain1.
Site 2     -     Oracle 8i Client on Win 98. This is also behind (a separate) firewall FW2. Is in Win NT Domain2. There is no oracle instance running at Site 2.
Also -
a. There is a secure VPN between Site 1 and 2 (through separate Firewalls. one at each site).
b. Site 1 and Site 2 use different set of IP-Address and also different set of Subnet Mask.
c. Both, the Client at Site 2 & Oracle 8i Server at Site 1, are able to ping each other successfully.
d. As there is no oracle database at Site 2, a Database Link cannot be created.
At Site 2, I have tried the following -
1. Installed Oracle 8i Client.
Configured the tnsnames.ora file.
The Port used is 1521.
Tried to connect from SQL*Plus but do not connect.
2. Installed development version of Oracle Forms 6i (surely after removing Oracle 8i client).
This also installs SQL*Plus.
Configured the tnsnames.ora file.
The Port used is 1521.
Tried to connect from SQL*Plus but do not connect.
Tried to connect from Oracle Forms 6i but login fails.
However, other Win98 clients (of Win NT Domain1) at Site 1 use the same settings of tnsnames.ora file to connect to the Oracle 8i Server.
3. Changed the IP address (of Win98 client at Site 2) to become a member of Win NT domain1 (same domain as that of Oracle 8i Server).
Repeated the above steps 1 & 2 but login still fails.
What more needs to be done?
Thanks in Advance.
Lokesh

Hi Fredrik,
You r right. But I have its entry in tnsnames.ora file. The entry looks like this -
My_Service_Name.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Server = Computer_Name_of_Server_having_Ora8i)
(Host = IP_Add_of_Server_having_Ora8i)
(Port = 1521)
(Pipe = ORAPIPE)
(CONNECT_DATA = (SID = ORCL)
The same entry exists in the tnsnames.ora file on the local PCs (same office where the Oracle 8i Server is present) at Site 1 and these PCs connect the server without any problem.
Thanks
Lokesh

Similar Messages

  • I need helping!!! configuring RDP access to my local server from a remote location on my Cisco ASA 5505 Firewall.

    I need helping configuring RDP access to my local server from a remote location on my Cisco ASA 5505 Firewall.
    I have attempted to configure rdp access but it does not seem to be working for me Could I please ask someone to help me modify my current configuration to allow this? Please do step by step as I could use all the help I could get.
    I need to allow the following IP addresses to have RDP access to my server:
    66.237.238.193-66.237.238.222
    69.195.249.177-69.195.249.190
    69.65.80.240-69.65.80.249
    My external WAN server info is - 99.89.69.333
    The internal IP address of my server is - 192.168.6.2
    The other server shows up as 99.89.69.334 but is working fine.
    I already added one server for Static route and RDP but when I try to put in same commands it doesnt allow me to for this new one. Please take a look at my configuration file and give me the commands i need in order to put this through. Also please tell me if there are any bad/conflicting entries.
    THE FOLLOWING IS MY CONFIGURATION FILE
    Also I have modified IP information so that its not the ACTUAL ip info for my server/network etc... lol for security reasons of course
    Also the bolded lines are the modifications I made but that arent working.
    ASA Version 7.2(4)
    hostname ciscoasa
    domain-name default.domain.invalid
    enable password DowJbZ7jrm5Nkm5B encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.6.254 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address 99.89.69.233 255.255.255.248
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    ftp mode passive
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    object-group network EMRMC
    network-object 10.1.2.0 255.255.255.0
    network-object 192.168.10.0 255.255.255.0
    network-object 192.168.11.0 255.255.255.0
    network-object 172.16.0.0 255.255.0.0
    network-object 192.168.9.0 255.255.255.0
    object-group service RDP tcp
    description RDP
    port-object eq 3389
    object-group service GMED tcp
    description GMED
    port-object eq 3390
    object-group service MarsAccess tcp
    description MarsAccess
    port-object range pcanywhere-data 5632
    object-group service MarsFTP tcp
    description MarsFTP
    port-object range ftp-data ftp
    object-group service MarsSupportAppls tcp
    description MarsSupportAppls
    port-object eq 1972
    object-group service MarsUpdatePort tcp
    description MarsUpdatePort
    port-object eq 7835
    object-group service NM1503 tcp
    description NM1503
    port-object eq 1503
    object-group service NM1720 tcp
    description NM1720
    port-object eq h323
    object-group service NM1731 tcp
    description NM1731
    port-object eq 1731
    object-group service NM389 tcp
    description NM389
    port-object eq ldap
    object-group service NM522 tcp
    description NM522
    port-object eq 522
    object-group service SSL tcp
    description SSL
    port-object eq https
    object-group service rdp tcp
    port-object eq 3389
    access-list outside_1_cryptomap extended permit ip 192.168.6.0 255.255.255.0 object-group EMRMC
    access-list inside_nat0_outbound extended permit ip 192.168.6.0 255.255.255.0 192.168.0.0 255.255.0.0
    access-list inside_nat0_outbound extended permit ip 192.168.6.0 255.255.255.0 object-group EMRMC
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 host 99.89.69.334 eq pcanywhere-data
    access-list outside_access_in extended permit udp 69.16.158.128 255.255.255.128 host 99.89.69.334 eq pcanywhere-status
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 host 99.89.69.334 object-group RDP
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq ftp
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq ldap
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq h323
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq telnet
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 eq www
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 host 99.89.69.334 object-group SSL
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 object-group NM522
    access-list outside_access_in extended permit tcp 69.16.158.128 255.255.255.128 192.168.6.0 255.255.255.0 object-group NM1731
    access-list outside_access_in extended permit tcp 173.197.144.48 255.255.255.248 host 99.89.69.334 object-group RDP
    access-list outside_access_in extended permit tcp any interface outside eq 3389
    access-list outside_access_in extended permit tcp host 66.237.238.194 host 99.89.69.333
    access-list outside_access_in extended permit tcp host 66.237.238.194 host 99.89.69.333 object-group rdp
    access-list outside_access_in extended permit tcp any host 99.89.69.333 object-group rdp
    access-list out_in extended permit tcp any host 192.168.6.2 eq 3389
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-524.bin
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 1 0.0.0.0 0.0.0.0
    static (inside,outside) tcp 99.89.69.334 3389 192.168.6.1 3389 netmask 255.255.255.255
    static (inside,outside) tcp interface 3389 192.168.6.2 3389 netmask 255.255.255.255
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 99.89.69.338 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    http server enable
    http 192.168.6.0 255.255.255.0 inside
    http 0.0.0.0 0.0.0.0 outside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto map outside_map 1 match address outside_1_cryptomap
    crypto map outside_map 1 set peer 68.156.148.5
    crypto map outside_map 1 set transform-set ESP-3DES-MD5
    crypto map outside_map interface outside
    crypto isakmp enable outside
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash md5
    group 1
    lifetime 86400
    crypto isakmp policy 30
    authentication pre-share
    encryption 3des
    hash md5
    group 2
    lifetime 86400
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    tunnel-group 68.156.148.5 type ipsec-l2l
    tunnel-group 68.156.148.5 ipsec-attributes
    pre-shared-key *
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:f47dfb2cf91833f0366ff572eafefb1d
    : end
    ciscoasa(config-network)#

    Unclear what did not work.  In your original post you include said some commands were added but don't work:
    static (inside,outside) tcp interface 3389 192.168.6.2 3389 netmask 255.255.255.255
    and later you state you add another command that gets an error:
    static (inside,outside) tcp 99.89.69.333 3389 192.168.6.2 3389 netmask 255.255.255.255
    You also stated that 99.89.69.333 (actually 99.89.69.233, guessing from the rest of your config and other posts) is your WAN IP address.
    The first static statement matches Cisco's documentation, which states that a static statement must use the 'interface' directive when you are trying to do static PAT utilizing the IP address of the interface.  Since 99.89.69.333 is the assigned IP address of your WAN interface, that may explain why the second statement fails.
    Any reason why you are using static PAT (including the port number 3389) instead of just skipping that directive?  Static PAT usually makes sense when you need to change the TCP port number.  In your example, you are not changing the TCP port 3389.

  • What ports need to be open to control Lion Server from a remote location (through Server.app)?

    I need to control a Lion Server from a remote location and need to poke some holes in the firewall, unfortunately, I have no idea what ports those need to be. I can control the Server via the Server Admin application, but it will simply not connect via the Server.app.
    Suggestions?
    Thanks in advance.
    Marius

    Try in the Lion Server Forum?
    Regards,
    Colin R.

  • Connect to Sybase SQL Anywhere from a remote location.

    BH
    Hi, we are running SQL Anywhere 16.  Currently our client computers are connecting through ODBC.  Is there a way to connect to our server from a Remote Location (over the internet)?  If yes, how?
    Thanks
    Aron

    Hi Aron,
    Is there a way to connect to our server from a Remote Location (over the internet)?
    Yes, there is.
    If yes, how?
    You will need to supply a HOSTNAME (or direct IP) and PORT to the server running the network database server, communicating over TCP (Note: This may involve opening a TCP port on your firewall to provide a direct TCP route). For the SQL Anywhere client, this information can be set in the ODBC DSN entry as the following screenshot shows:
    Note that this is unencrypted traffic across TCP/IP, by default.
    If this communication is over the Internet, using an unencrypted channel directly to the database is not recommended. Instead, we would recommend that you also configure Transport Layer Security (TLS) with strong encryption enabled using a certificate (either self-signed or provided by a Certificate Authority (CA)). To do this, you need to create the certificates and then start the SQL Anywhere database server with the (private) server-side identity certificate.
    Once the database server is started, you will then need to configure the client for secure communication with the public certificate. When configuring Transport Layer Security on the ODBC client, the security settings (e.g. trusted_certificates, certificate_unit, certificate_company, certificate_name) can be entered on the "Network" tab:
    Regards,
    Jeff Albion
    SAP Active Global Support

  • Query a List of Open WMI connections on a server from a remote system

    We are monitoring a specific windows service on a server using Sitescope remote monitoring. The sitescope system uses a WMI method to Check if the service on a specific server is up or not. Initially it works like a charm but over time the WMI connections from
    sitescope time out and we have been told that Sitescope is not closing the WMI connection it opens gracefully and the open connections pile up.
    I am looking for a way to list open WMI connections to a specific service and/or server from a remote system and a way to kill those connections via a scheduled PowerShell (or batch/perl) script. I was able to list specific classes by -list parameter
    of the Get-WmiObject cmdlet
    but am unable to determine which class will give me the information that I require and the method to kill those connections.

    Sitescope is not closing the WMI connection it opens gracefully and the open connections pile up.
    1. It's not clear what "not closing the WMI connection it opens gracefully" means. WMI is a management technology that uses DCOM to connect to remote computers. (Is it really a question about DCOM?)
    2. It's not clear what specifically "open connections pile up" means and what problem(s) it causes.
    3. This is really a support question for that software's developer, not a question about WMI.
    -- Bill Stewart [Bill_Stewart]

  • Oracle Reports Server: From 10.1.2.0.2 to 10.1.2.2

    Hi,
    We are looking to change our Oracle Reports Server from version 10.1.2.0.2 to 10.1.2.2
    Reason for change: To apply the patch for Bug 5739424
    What will be the impact? On reports, report invocation, report generation etc.
    Please give a brief description
    Your inputs will be appreciated
    Thanks,
    Krrish

    Hi,
    Any suggestions?
    I am waiting for your replies...
    Please update with your valuable inputs

  • Upgrade oracle DB server from version 10.1.0.3.0 to 10.1.0.4.0

    How to upgrade oracle DB server from version 10.1.0.3.0 to 10.1.0.4.0.
    Can i get the steps for upgrading?
    Do we need a seperate software/patch for upgrading?
    If so where do we get this software?
    Thanks
    K Ramesh Gupta

    Can i get the steps for upgrading?Steps are described in Readme.html included in patchset archive.
    Do we need a seperate software/patch for upgrading?You need to download the patchset.
    If so where do we get this software?http://metalink.oracle.com - of course you need to have purchased license/support.

  • Migration from Oracle application server from Windowsto Solaris

    Hi Friends,
    I want to migrate Oracle application server from Windows to solaris. Please share the document for this.
    Thanks in advance
    Anil Pinto

    Hi,
    I hope we need to install Oracle Applcation server on Solaris and need to compile windows forms in soalris.
    Thanks & Regards
    Anil Pinto

  • Invoking a Crystal Report stored on a BOXI3.1 server from a remote web page

    We would like to run Crystal Reports stored on our BOXI 3.1 server directly from an in-house intranet website written in ASP.Net. Is there a recommended way of achieving this?
    Some possible options we are considering are:
    1) A pop-up window opens with InfoView loaded and showing the correct report already open. The user would then populate the parameters and submit the report as if they had logged into InfoView and navigated to the report themselves.
    2) We write our own BOXI Crystal Report submission page in ASP.Net. This page would call the BusinessObjects Enterprise .NET SDK to retrieve the report parameter information and submit the report. This page would need to support Static, Dynamic, and Cascading report parameters.
    3) Use some sort of 3rd party or SAP imbedded Web Component that we can place on our intranet site that interfaces with the BOXI server and supports parameter setting and report submission. This Component would allow users to specify Static, Dynamic, or Cascading report parameters.
    Ideally we would prefer option 3 as this would be simplest to implement, however Iu2019m not sure such a component exists.
    Do SAP have a recommended solution for invoking a Crystal Report stored on a BOXI 3.1 server from a remote web page?
    Regards,
    -Paul
    Business Objects Version XI R3.1
    SQL Server

    Hi Paul,
    there are several options:
    - you could open InfoView via URL and the user navigates to the report
    - you could create you own application
    but the easiest way is an application called OpenDocument that is available out of the box which allows you to pass in several URL parameter and in that way you could open up the report.
    when you go to help.sap.com and go to the BusinessObjects area search for OpenDocument and you will find the documentation with the details.
    ingo

  • OAS 4.0.8.1 Administration from a remote location

    We have installed OAS 4.0.8.1 on NT and it is functioning.
    I am able to access this from a remote place and get a static web page. I don't have a registered domain name
    Can I go into Node manager (OAS Manager) from a remote location (through Internet) and manager the server.
    null

    I increased the severity level for logging to 15 for the Cartridge configuration
    in the OASManager.
    It says init method did not return. For my init method I have that following :
    public void init(ServletConfig config) throws ServletException
    super.init(config) ;
    All the above was generated by the Servlet Wizard.
    Below if the level 15 trace information :
    OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
    OWS-10833: Cartridge HelloServlet/HelloCart init runtime callback did not return WRB_DONE `
    OWS-10911: Throwing exception for reason: wrkwfInit:Error in wrkwfInit `
    OWS-10911: Throwing exception for reason: wrkwfStartOrig:Error at creation time `
    OWS-10911: Throwing exception for reason: wrkwfStart: Cartridge Instance factory creation failed. `
    OWS-10803: Cartridge instance factory for HelloServlet/HelloCart not intialized `
    OWS-10911: Throwing exception for reason: No Carrtridge Instance Factories Initialized Properly `
    OWS-10821: Application HelloServlet failed to deregister with the name server `
    OWS-10850: Cartridge Server HelloServlet received exception IDL:oracle/OAS/Cartridge/InitFailed:1.0 while deregistering
    Can anyone advise why and what needs to be
    done to fix this ??
    Please help.
    Thanks,

  • Accessing Computers Connected to a Time Capsule From a Remote Location

    I am already able to access my Time Capsule from a Remote Location and have read/write access to the internal hard drive within the Time Capsule and the USB hard drive connected to it.
    My problem is that I cannot access any shared computers or networked hard drives attached to the Time Capsule.
    Suggestions are greatly appreciated.

    If you don't want to use Back to my Mac, you can just use screen sharing. Go into Airport Utility and go the Advanced tab along the top. Then click on port mapping. Set up a new port map to route to the iMac. When I did this, I just used the "Apple Remote Desktop" option from the drop-down menu, this pre-fills everything in for you except for the IP address of the iMac. Just pop the IP address in the field, save the new port map, and Update the TC. Now you should be able to screen share from anywhere with your MacBook Pro using the screen sharing app. The Screen Sharing app is located in /System/Library/CoreServices/ScreenSharing just drag it to the dock to keep it there. When you open it up it will ask you for a host address, just type in the IP address of your time capsule followed by the 5900 port number, for example x.x.x.x:5900 where x.x.x.x is the TC IP address.
    Just make sure your iMac is set up for File Sharing, Screen Sharing, and Remote Login, and you should be good to go. Just a word of caution, when the port map is set up, anyone can use it, so set up a good password on your iMac. Also, under the screen sharing pane, click on "Computer Settings" and check both boxes and enter a password in the box. You should not need this because when you try to connect with your MBP, it should give you an option for logging in as an authorized user, in which case just use login info for a user on the iMac.
    Just one last thing, if you close the Screen Sharing app and open terminal and enter:
    defaults write com.apple.ScreenSharing ShowBonjourBrowser_Debug 1
    then hit enter and reopen Screen Sharing, it should give you a list with all your bonjour computers and saved computers, so when you out in your IP address to connect to the iMac, make sure the box for "Add to my Computers" is checked, and it will add the IP address to the list so you don't have to put it in all the time.
    Hope this helps,
    Nathan

  • How can I get my hp eprint email address from a remote location?

    I am currently away from home and need to print something for my wife.  I have tested out eprint before but never tried it from a remote location.  I cannot recall the email address for my printer.  Is there any way to retrieve this without being at the printer?  I imagine that I had to sign in to the eprintcenter website to test this so alternatively, is there a way to retrieve the email address I used to set up my eprintcenter account?  I am offered a way to retrieve the password but that doesn't help much if I cannot recall my eprintcenter account's email.
    Thanks,
    Jeff

    Hi Epoclaen,
    I see that you are trying to locate your ePrint email address.  The only way this can be done would be to log into your ePrint account so it would require you to remember your ePrint log on information.  The email address that's used to create an account is usually your personal email address.  I would try using your personal email address to log into the account.  Let me know how it goes.

  • Oracle Portal Development from different geographic locations

    Hello,
    Have anyone done the development with Oracle Portal from different geographic locations, our customer want to know is there a way we can develop Oracle portal application from different geographic locations and merge it one place.
    One reason is because the portal is in the database. If you have two separate groups work to build a single portal, it reason that each team would have their own installation. When these two groups are done (or periodically), the development efforts must be merged into the final complete portal. Is this possible using Oracle Portal (merging portal installations)?
    Second reason is that typically other systems owned by the customer are exposed or accessed by portlets. Access to these portlets would probably be required for development. If nothing else then for unit testing.
    How do you typically see off-shoring done with Oracle Portal, if at all? Or am I incorrect in my thinkings. How does the Portal meta-data stores the portal configurations is it possible to merge different portal schema into one and make it the main portal environment.
    Please let me know if anyone successfully done this. Your comments would be greatly appreciated.
    Thanks,
    Kathir

    Already replied in Oracle Portal Development from different geographic locations
    Cheers,
    Pedro.

  • How to wake a computer from a remote location

    How to wake an imac 9 simply) from a remote location with a macbook

    open itunes then - then click on store - then click on deauthorize this computer...
    do the same with app store..

  • Can you access an external HD plugged into the Airport Extreme from a remote location over the internet?

    Can you access an external HD plugged into the Airport Extreme from a remote location over the internet?
    Also can the content on the exteral HD plugged into the airport be accessed by the TV to stream content?

    The first question answer is yes..
    The question is asked continually.. please read the methods that Tesserax wrote up so well.
    See remote access tip here.
    AirPort
    Also can the content on the exteral HD plugged into the airport be accessed by the TV to stream content?
    Unlikely .. because your TV uses a system called DLNA.. and Apple do not support DLNA in any way shape or form.. because they are fully committed to iTunes.. Apple routers have no media extensions.. unlike most other decent brands now which mostly do support multimedia.
    Having said that.. you can place your video files on the external hard disk.. and play them.. but you need a player.. a real player not an apple TV which is a streamer.. eg A WD Live TV can play video files.. because it is a media player.. unlike your TV or apple TV.

Maybe you are looking for

  • External hard drives - what brand do you use

    I'm looking to buy an external hard drive, maybe I'm a bit paranoid, but I'm thinking about getting a RAID1 setup. I have a lot of valuable pictures in I-Photo, a lot of music in I-Tunes, and would not be a happy camper if my internal HD fails. Would

  • Open and Resize EPS File

    Hy Memebrs i'm new in this forum and i have a question about the EPS file. I search via google how to open EPS in Photo.. Elements 12, becuase I got allways a Error Message. I found a really good Tutorial, about this problem and  did it step by step:

  • How can we get icon previews back for alternate media files?

    How - if ever - can we get icon previews back for alternate media files?

  • Cannot change star rating

    I cannot change the star rating of photos.When I try, I get "error changing rating". The rating came from my organizer that was previously in Elements 9, but is now in Elements 12. Thank you.

  • How to insert the select query result into table?

    How to insert the select query result into table? SELECT  top 20 creation_time           ,last_execution_time          ,total_physical_reads         ,total_logical_reads           ,total_logical_writes         , execution_count          , total_worke