Ozéia de Paula Maciel
Ozéia de Paula Maciel (born January 2, 1982) is a Brazilian football player currently playing for Criciúma.
Personal information | |||
---|---|---|---|
Full name | Ozéia de Paula Maciel | ||
Date of birth | January 2, 1982 | ||
Place of birth | Nonoai (RS), Brazil | ||
Height | 1.91 m (6 ft 3 in) | ||
Playing position(s) | Central Back | ||
Club information | |||
Current team | Busaiteen Club | ||
Number | 3 | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2005 | Rio Branco | ? | (?) |
2006 | Santo André | ? | (?) |
2007 | Coritiba | ? | (?) |
2007 | Ituano | ? | (?) |
2008 | Gama | ? | (?) |
2008 | → Avaí (loan) | ? | (?) |
2008–2012 | Paços de Ferreira | 67 | (3) |
2010 | → Grêmio (loan) | 21 | (0) |
2012– | Criciúma | 22 | (2) |
2013 | Al Hilal | 8 | (1) |
2013 | → Vitoria de Setubal | 8 | (0) |
2014 | Bahrain Riffa Club | 6 | (2) |
2015 | Busaiteen Club | ? | (?) |
* Senior club appearances and goals counted for the domestic league only and correct as of 12 March 2013 (UTC) |
Career
On 1 March 2010 Grêmio Porto Alegre made official his arrival at Paços de Ferreira, of the Brazilian defender, the footballer is tied to the Portuguese by a contract until 2012, and transfer on loan until December 2010.[1]
Honours
- Al-Hilal
- Crown Prince Cup: 2013
gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.
gollark: Paths are canonicalized before checking.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.